Alexander Rødseth pushed to branch main at Arch Linux / Packaging / Packages /
tinyxxd
Commits:
86bb1460 by Alexander F. Rødseth at 2024-10-21T13:09:03+02:00
upgpkg: 1.3.6-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = tinyxxd
pkgdesc = Standalone version of the hex dump utility that comes with ViM
- pkgver = 1.3.5
+ pkgver = 1.3.6
pkgrel = 1
url = https://github.com/xyproto/tinyxxd
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = tinyxxd
license = MIT
provides = xxd
conflicts = xxd
- source =
https://github.com/xyproto/tinyxxd/releases/download/v1.3.5/tinyxxd-1.3.5.tar.gz
- b2sums =
3f04d20a66ff58aaa155a724b4e1932a2b34543681997423c08e966ba47adb1bb83b65d358ba705703192d7d71c1f5249ccdc86f4b5c0ee4df94a5988ab88ae9
+ source =
https://github.com/xyproto/tinyxxd/releases/download/v1.3.6/tinyxxd-1.3.6.tar.gz
+ b2sums =
8bb935c2c5915afec565e54511d4461caf21ef34c3e9f110798a1397765a66af9f04281783c09d08f16171f31d3288f303e7c97699069dfcb1efa2ff1ebf47da
pkgname = tinyxxd
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Alexander F. Rødseth <[email protected]>
pkgname=tinyxxd
-pkgver=1.3.5
+pkgver=1.3.6
pkgrel=1
pkgdesc='Standalone version of the hex dump utility that comes with ViM'
arch=(x86_64)
@@ -10,7 +10,7 @@ provides=(xxd)
conflicts=(xxd)
license=(GPL-2.0-only MIT)
source=("$url/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")
-b2sums=('3f04d20a66ff58aaa155a724b4e1932a2b34543681997423c08e966ba47adb1bb83b65d358ba705703192d7d71c1f5249ccdc86f4b5c0ee4df94a5988ab88ae9')
+b2sums=('8bb935c2c5915afec565e54511d4461caf21ef34c3e9f110798a1397765a66af9f04281783c09d08f16171f31d3288f303e7c97699069dfcb1efa2ff1ebf47da')
build() {
make -C $pkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/tinyxxd/-/commit/86bb14606d036c51c6982f48a5679fed22561b2e
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/tinyxxd/-/commit/86bb14606d036c51c6982f48a5679fed22561b2e
You're receiving this email because of your account on gitlab.archlinux.org.