Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages /
typos
Commits:
2ec5605e by Orhun Parmaksız at 2024-04-10T00:21:16+03:00
upgpkg: 1.20.7-1: upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = typos
pkgdesc = Source code spell checker
- pkgver = 1.20.5
+ pkgver = 1.20.7
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.20.5.tar.gz::https://github.com/crate-ci/typos/archive/refs/tags/v1.20.5.tar.gz
- sha256sums =
8ccb9f71a97fa06cdee7000be487885b63c2c233ec3ef83883c373e19385020f
+ source =
typos-1.20.7.tar.gz::https://github.com/crate-ci/typos/archive/refs/tags/v1.20.7.tar.gz
+ sha256sums =
bbcd8114c89594af49b95be76d26745f640c70b909d80fbe2b85147e5a6fb5ba
pkgname = typos
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Sematre <sematre at gmx dot de>
pkgname=typos
-pkgver=1.20.5
+pkgver=1.20.7
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=('8ccb9f71a97fa06cdee7000be487885b63c2c233ec3ef83883c373e19385020f')
+sha256sums=('bbcd8114c89594af49b95be76d26745f640c70b909d80fbe2b85147e5a6fb5ba')
prepare() {
cd "${pkgname}-${pkgver}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/typos/-/commit/2ec5605e9cbfc0e683098385a2ca06ee0c1409ae
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/typos/-/commit/2ec5605e9cbfc0e683098385a2ca06ee0c1409ae
You're receiving this email because of your account on gitlab.archlinux.org.