From bf07a62e69090de950d9ab52db23d13ae9cedad2 Mon Sep 17 00:00:00 2001 From: BioArchLinuxBot Date: Tue, 18 Feb 2025 00:01:49 +0000 Subject: [PATCH] libblake3: auto updated to 1.6.0-1 --- BioArchLinux/libblake3/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BioArchLinux/libblake3/PKGBUILD b/BioArchLinux/libblake3/PKGBUILD index 4ce87bd34a..9ee11c60a5 100644 --- a/BioArchLinux/libblake3/PKGBUILD +++ b/BioArchLinux/libblake3/PKGBUILD @@ -2,7 +2,7 @@ # Contributor: rpkak pkgname=libblake3 -pkgver=1.5.5 +pkgver=1.6.0 pkgrel=1 pkgdesc="the C implementation of the BLAKE3 cryptographic hash function" arch=(x86_64) @@ -15,7 +15,7 @@ makedepends=( cmake ) source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz") -sha256sums=('6feba0750efc1a99a79fb9a495e2628b5cd1603e15f56a06b1d6cb13ac55c618') +sha256sums=('cc6839962144126bc6cc1cde89a50c3bb000b42a93d7e5295b1414d9bdf70c12') build() { cmake -B build -S "BLAKE3-$pkgver/c" \