mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
libblake3: auto updated to 1.6.0-1
This commit is contained in:
parent
cbbe1db702
commit
bf07a62e69
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
# Contributor: rpkak <rpkak@users.noreply.github.com>
|
# Contributor: rpkak <rpkak@users.noreply.github.com>
|
||||||
|
|
||||||
pkgname=libblake3
|
pkgname=libblake3
|
||||||
pkgver=1.5.5
|
pkgver=1.6.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="the C implementation of the BLAKE3 cryptographic hash function"
|
pkgdesc="the C implementation of the BLAKE3 cryptographic hash function"
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
|
@ -15,7 +15,7 @@ makedepends=(
|
||||||
cmake
|
cmake
|
||||||
)
|
)
|
||||||
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
|
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
|
||||||
sha256sums=('6feba0750efc1a99a79fb9a495e2628b5cd1603e15f56a06b1d6cb13ac55c618')
|
sha256sums=('cc6839962144126bc6cc1cde89a50c3bb000b42a93d7e5295b1414d9bdf70c12')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cmake -B build -S "BLAKE3-$pkgver/c" \
|
cmake -B build -S "BLAKE3-$pkgver/c" \
|
||||||
|
|
Loading…
Add table
Reference in a new issue