aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2021-11-05 22:13:43 -0300
committerLeo <thinkabit.ukim@gmail.com>2021-11-06 01:38:26 +0000
commit102e9425a383bcf41dc1e28af540b245ca057d57 (patch)
tree452d557a33c434f6908e030921e924c23549298b
parent7eb3679e6c7df0f50d800e875649202ce33d792a (diff)
testing/b3sum: upgrade to 1.2.0
-rw-r--r--testing/b3sum/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/b3sum/APKBUILD b/testing/b3sum/APKBUILD
index 2840a337070..49eb8018a12 100644
--- a/testing/b3sum/APKBUILD
+++ b/testing/b3sum/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Leo <thinkabit.ukim@gmail.com>
# Maintainer:
pkgname=b3sum
-pkgver=1.1.0
+pkgver=1.2.0
pkgrel=0
pkgdesc="Command line implementation of the BLAKE3 hash function"
url="https://blake3.io"
@@ -29,5 +29,5 @@ package() {
}
sha512sums="
-a163230d8f73a531612c5217a2fd82831dc251b67d9b2a7318d286bb4bd9673d5ad03c841a8f4f168b82e9c7d9a655d0a90671910d88ed2ba55bfeba5a8f3007 b3sum-1.1.0.tar.gz
+eb1e0f3557dc439d966892318f6a98af6b840361ef6777c83ac5d8a661d2186b360447fcdffdf890d2fe0c2ad0cfba73215a66fa0cb60135408d2813a80ac46e b3sum-1.2.0.tar.gz
"