libblake3: auto updated to 1.5.5-1

This commit is contained in:
BioArchLinuxBot 2024-11-27 06:03:49 +00:00
parent 588ea964ce
commit e728c6474c

View file

@ -2,7 +2,7 @@
# Contributor: rpkak <rpkak@users.noreply.github.com>
pkgname=libblake3
pkgver=1.5.4
pkgver=1.5.5
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=('ddd24f26a31d23373e63d9be2e723263ac46c8b6d49902ab08024b573fd2a416')
sha256sums=('6feba0750efc1a99a79fb9a495e2628b5cd1603e15f56a06b1d6cb13ac55c618')
build() {
cmake -B build -S "BLAKE3-$pkgver/c" \