libblake3: Update to 1.8.1

This commit is contained in:
Christoph Reiter
2025-04-04 11:37:51 +02:00
parent dd02d1c920
commit fcdbefaf2d

View File

@@ -2,7 +2,7 @@
_realname=BLAKE3
pkgname=libblake3
pkgver=1.7.0
pkgver=1.8.1
pkgrel=1
pkgdesc='The official C implementation of BLAKE3'
arch=(x86_64 i686)
@@ -20,7 +20,7 @@ makedepends=(
ninja
)
source=("https://github.com/BLAKE3-team/BLAKE3/archive/${pkgver}/${_realname}-${pkgver}.tar.gz")
sha256sums=('59bb6f42ecf1bd136b40eaffe40232fc76488b03954ef25cb588404b8d66a7e0')
sha256sums=('fc2aac36643db7e45c3653fd98a2a745e6d4d16ff3711e4b7abd3b88639463dd')
build() {