Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages /
b3sum
Commits:
ef744ca5 by Daniel M. Capella at 2025-03-18T22:16:32-04:00
upgpkg: 1.7.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = b3sum
pkgdesc = Command line implementation of the BLAKE3 hash function
- pkgver = 1.6.1
+ pkgver = 1.7.0
pkgrel = 1
url = https://github.com/BLAKE3-team/BLAKE3
arch = x86_64
@@ -9,8 +9,8 @@ pkgbase = b3sum
makedepends = git
makedepends = rust
depends = gcc-libs
- source = git+https://github.com/BLAKE3-team/BLAKE3.git#tag=1.6.1
- b2sums =
4372bce0d13d07ecd996c69d7414e8c1138c7ca810ba8a6b32191e1a6779c0d37f41237eba4ac2e7c77b572ff51c37b74357d3fa193b192544d3488174f29ec4
+ source = git+https://github.com/BLAKE3-team/BLAKE3.git#tag=1.7.0
+ b2sums =
e2c3b987d8092a99577b92784037a25f56756c9a9b9bbefb149533e4895bb00676bb36ebfc2448604325b2261106a74d84f22221ed5dd4374f734dcdca16ea7f
pkgname = b3sum
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@ pkgname=(
b3sum
libblake3
)
-pkgver=1.6.1
+pkgver=1.7.0
pkgrel=1
pkgdesc='Command line implementation of the BLAKE3 hash function'
arch=(x86_64)
@@ -18,7 +18,7 @@ makedepends=(
rust
)
source=("git+$url.git#tag=$pkgver")
-b2sums=('4372bce0d13d07ecd996c69d7414e8c1138c7ca810ba8a6b32191e1a6779c0d37f41237eba4ac2e7c77b572ff51c37b74357d3fa193b192544d3488174f29ec4')
+b2sums=('e2c3b987d8092a99577b92784037a25f56756c9a9b9bbefb149533e4895bb00676bb36ebfc2448604325b2261106a74d84f22221ed5dd4374f734dcdca16ea7f')
prepare() {
cd $_name/"${pkgname[0]}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/b3sum/-/commit/ef744ca50ef6821ffca9e25586c28cdec21d1e2a
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/b3sum/-/commit/ef744ca50ef6821ffca9e25586c28cdec21d1e2a
You're receiving this email because of your account on gitlab.archlinux.org.