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