Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages /
typos
Commits:
7e179ec3 by Orhun Parmaksız at 2023-12-27T20:10:59+03:00
upgpkg: 1.16.26-1: upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = typos
pkgdesc = Source code spell checker
- pkgver = 1.16.25
+ pkgver = 1.16.26
pkgrel = 1
url = https://github.com/crate-ci/typos
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = typos
license = Apache
makedepends = cargo
depends = gcc-libs
- source =
typos-1.16.25.tar.gz::https://github.com/crate-ci/typos/archive/refs/tags/v1.16.25.tar.gz
- sha256sums =
e5541cef7727163c332e4aede94bc6d99802c472bcbcc0fc69502601fac9659e
+ source =
typos-1.16.26.tar.gz::https://github.com/crate-ci/typos/archive/refs/tags/v1.16.26.tar.gz
+ sha256sums =
9a7b15faf2b17eff15677152666232ba0d4b53c4590c4b25fd369d0300001c99
pkgname = typos
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Sematre <sematre at gmx dot de>
pkgname=typos
-pkgver=1.16.25
+pkgver=1.16.26
pkgrel=1
pkgdesc="Source code spell checker"
arch=('x86_64')
@@ -11,7 +11,7 @@ license=('MIT' 'Apache')
depends=('gcc-libs')
makedepends=('cargo')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz")
-sha256sums=('e5541cef7727163c332e4aede94bc6d99802c472bcbcc0fc69502601fac9659e')
+sha256sums=('9a7b15faf2b17eff15677152666232ba0d4b53c4590c4b25fd369d0300001c99')
prepare() {
cd "${pkgname}-${pkgver}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/typos/-/commit/7e179ec3456263d6603b049879b7f1e844f1245d
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/typos/-/commit/7e179ec3456263d6603b049879b7f1e844f1245d
You're receiving this email because of your account on gitlab.archlinux.org.