Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages /
typos
Commits:
3ef2982c by Orhun Parmaksız at 2024-02-06T19:40:08+03:00
upgpkg: 1.18.1-1: upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = typos
pkgdesc = Source code spell checker
- pkgver = 1.18.0
+ pkgver = 1.18.1
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.18.0.tar.gz::https://github.com/crate-ci/typos/archive/refs/tags/v1.18.0.tar.gz
- sha256sums =
2ba190f930cf56be0e2f57d678f19d8ab6c7fedd086c6739f9708561c12b9ce8
+ source =
typos-1.18.1.tar.gz::https://github.com/crate-ci/typos/archive/refs/tags/v1.18.1.tar.gz
+ sha256sums =
a1207e03c506c1b692ddd082c53c087018b8cd83c7282f86f9ecd8093cc1f461
pkgname = typos
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Sematre <sematre at gmx dot de>
pkgname=typos
-pkgver=1.18.0
+pkgver=1.18.1
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=('2ba190f930cf56be0e2f57d678f19d8ab6c7fedd086c6739f9708561c12b9ce8')
+sha256sums=('a1207e03c506c1b692ddd082c53c087018b8cd83c7282f86f9ecd8093cc1f461')
prepare() {
cd "${pkgname}-${pkgver}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/typos/-/commit/3ef2982cd536ee638e0b93db7db5057fe2106fa2
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/typos/-/commit/3ef2982cd536ee638e0b93db7db5057fe2106fa2
You're receiving this email because of your account on gitlab.archlinux.org.