libblake3: auto updated to 1.5.0-1

This commit is contained in:
BioArchLinuxBot 2023-09-21 06:02:02 +00:00
parent a8300e7203
commit 1876019a6e

View file

@ -2,8 +2,8 @@
# Contributor: rpkak <rpkak@users.noreply.github.com> # Contributor: rpkak <rpkak@users.noreply.github.com>
pkgname=libblake3 pkgname=libblake3
pkgver=1.4.1 pkgver=1.5.0
pkgrel=3 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)
url="https://github.com/BLAKE3-team/BLAKE3" url="https://github.com/BLAKE3-team/BLAKE3"
@ -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=('33020ac83a8169b2e847cc6fb1dd38806ffab6efe79fe6c320e322154a3bea2c') sha256sums=('f506140bc3af41d3432a4ce18b3b83b08eaa240e94ef161eb72b2e57cdc94c69')
build() { build() {
cmake -B build -S "BLAKE3-$pkgver/c" \ cmake -B build -S "BLAKE3-$pkgver/c" \