* update tinyxxd to 1.3.7-1

This commit is contained in:
Alexander Baldeck 2024-11-06 09:37:25 +01:00
parent 5280442a17
commit 427b0aa2ab
2 changed files with 5 additions and 5 deletions

View File

@ -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.7
pkgrel = 1
url = https://github.com/xyproto/tinyxxd
arch = x86_64
@ -12,7 +12,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.7/tinyxxd-1.3.7.tar.gz
b2sums = f222d97df7b1fbe148cbe2940a900f3c77242b67397c832c8160cd7f7d8398a14404e14cac738b7c99f9a1de3cf04673adf23a73fff3ccf63153cfc252bd60e7
pkgname = tinyxxd

View File

@ -2,7 +2,7 @@
# Maintainer: Alexander F. Rødseth <xyproto@archlinux.org>
pkgname=tinyxxd
pkgver=1.3.5
pkgver=1.3.7
pkgrel=1
pkgdesc='Standalone version of the hex dump utility that comes with ViM'
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
@ -11,7 +11,7 @@ provides=(xxd)
conflicts=(xxd)
license=(GPL-2.0-only MIT)
source=("$url/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")
b2sums=('3f04d20a66ff58aaa155a724b4e1932a2b34543681997423c08e966ba47adb1bb83b65d358ba705703192d7d71c1f5249ccdc86f4b5c0ee4df94a5988ab88ae9')
b2sums=('f222d97df7b1fbe148cbe2940a900f3c77242b67397c832c8160cd7f7d8398a14404e14cac738b7c99f9a1de3cf04673adf23a73fff3ccf63153cfc252bd60e7')
build() {
make -C $pkgname-$pkgver