Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages /
typos
Commits:
e0103054 by Orhun Parmaksız at 2024-06-03T19:13:23+03:00
upgpkg: 1.22.0-1: upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = typos
pkgdesc = Source code spell checker
- pkgver = 1.21.0
+ pkgver = 1.22.0
pkgrel = 1
url = https://github.com/crate-ci/typos
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = typos
license = Apache-2.0
makedepends = cargo
depends = gcc-libs
- source =
typos-1.21.0.tar.gz::https://github.com/crate-ci/typos/archive/refs/tags/v1.21.0.tar.gz
- sha256sums =
64de2b4dcf92b96760e8b7861eb24475b3161fb1a500a9006b414ef506f5bd3b
+ source =
typos-1.22.0.tar.gz::https://github.com/crate-ci/typos/archive/refs/tags/v1.22.0.tar.gz
+ sha256sums =
7b288479c061b7794d551f7614c95f8e2e6647350fb789702a0272c5a634b54d
pkgname = typos
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Sematre <sematre at gmx dot de>
pkgname=typos
-pkgver=1.21.0
+pkgver=1.22.0
pkgrel=1
pkgdesc="Source code spell checker"
arch=('x86_64')
@@ -11,7 +11,7 @@ license=('MIT' 'Apache-2.0')
depends=('gcc-libs')
makedepends=('cargo')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz")
-sha256sums=('64de2b4dcf92b96760e8b7861eb24475b3161fb1a500a9006b414ef506f5bd3b')
+sha256sums=('7b288479c061b7794d551f7614c95f8e2e6647350fb789702a0272c5a634b54d')
prepare() {
cd "${pkgname}-${pkgver}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/typos/-/commit/e01030540c612720cea402db267a63446129e46a
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/typos/-/commit/e01030540c612720cea402db267a63446129e46a
You're receiving this email because of your account on gitlab.archlinux.org.