Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages /
typos
Commits:
37685ae7 by Orhun Parmaksız at 2024-12-03T12:22:17+03:00
upgpkg: 1.28.2-1: upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = typos
pkgdesc = Source code spell checker
- pkgver = 1.28.0
+ pkgver = 1.28.2
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.28.0.tar.gz::https://github.com/crate-ci/typos/archive/refs/tags/v1.28.0.tar.gz
- sha256sums =
da02a027d8779e598e0fa77df0674968a70f5b1f895a2ecb9d47c702dd6f64cf
+ source =
typos-1.28.2.tar.gz::https://github.com/crate-ci/typos/archive/refs/tags/v1.28.2.tar.gz
+ sha256sums =
563b1016791e35645bcb3cc752671f065f71774729a146e3ee66c156a2d09a55
pkgname = typos
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Sematre <sematre at gmx dot de>
pkgname=typos
-pkgver=1.28.0
+pkgver=1.28.2
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=('da02a027d8779e598e0fa77df0674968a70f5b1f895a2ecb9d47c702dd6f64cf')
+sha256sums=('563b1016791e35645bcb3cc752671f065f71774729a146e3ee66c156a2d09a55')
prepare() {
cd "${pkgname}-${pkgver}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/typos/-/commit/37685ae7dee9079a340420094ce5ea4f7aa597ef
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/typos/-/commit/37685ae7dee9079a340420094ce5ea4f7aa597ef
You're receiving this email because of your account on gitlab.archlinux.org.