mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
libblake3: auto updated to 1.5.4-1
This commit is contained in:
parent
af30fd48f1
commit
39623b4ae4
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
# Contributor: rpkak <rpkak@users.noreply.github.com>
|
||||
|
||||
pkgname=libblake3
|
||||
pkgver=1.5.3
|
||||
pkgver=1.5.4
|
||||
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=('ec9114480857334858e73b727199c573bfdbed6138a83be573f076d37e671fc1')
|
||||
sha256sums=('ddd24f26a31d23373e63d9be2e723263ac46c8b6d49902ab08024b573fd2a416')
|
||||
|
||||
build() {
|
||||
cmake -B build -S "BLAKE3-$pkgver/c" \
|
||||
|
|
Loading…
Add table
Reference in a new issue