mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
libblake3: auto updated to 1.5.1-1
This commit is contained in:
parent
5da48d88c3
commit
a12c91713b
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.0
|
pkgver=1.5.1
|
||||||
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=('f506140bc3af41d3432a4ce18b3b83b08eaa240e94ef161eb72b2e57cdc94c69')
|
sha256sums=('822cd37f70152e5985433d2c50c8f6b2ec83aaf11aa31be9fe71486a91744f37')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cmake -B build -S "BLAKE3-$pkgver/c" \
|
cmake -B build -S "BLAKE3-$pkgver/c" \
|
||||||
|
|
Loading…
Add table
Reference in a new issue