Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages /
typos
Commits:
0fb8a948 by Orhun Parmaksız at 2024-08-31T15:48:04+03:00
upgpkg: 1.24.3-1: upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = typos
pkgdesc = Source code spell checker
- pkgver = 1.24.1
+ pkgver = 1.24.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.24.1.tar.gz::https://github.com/crate-ci/typos/archive/refs/tags/v1.24.1.tar.gz
- sha256sums =
738ce31be2ed84a41b07b3f7268dbfefc1c7deae4b64c46bc28ba01acb66b97e
+ source =
typos-1.24.3.tar.gz::https://github.com/crate-ci/typos/archive/refs/tags/v1.24.3.tar.gz
+ sha256sums =
f264777d91688ca7d7d9e799c4e8c325d4d2e72e3e4503581a751ae1b02eedb1
pkgname = typos
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Sematre <sematre at gmx dot de>
pkgname=typos
-pkgver=1.24.1
+pkgver=1.24.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=('738ce31be2ed84a41b07b3f7268dbfefc1c7deae4b64c46bc28ba01acb66b97e')
+sha256sums=('f264777d91688ca7d7d9e799c4e8c325d4d2e72e3e4503581a751ae1b02eedb1')
prepare() {
cd "${pkgname}-${pkgver}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/typos/-/commit/0fb8a948cecb6abbd10159ee963f7e97ed9c11a9
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/typos/-/commit/0fb8a948cecb6abbd10159ee963f7e97ed9c11a9
You're receiving this email because of your account on gitlab.archlinux.org.