libblake3: update to 1.8.2

This commit is contained in:
Biswapriyo Nath 2025-04-26 04:23:36 +00:00
parent ad54edc689
commit c5d3d9c25e

View File

@ -2,7 +2,7 @@
_realname=BLAKE3
pkgname=libblake3
pkgver=1.8.1
pkgver=1.8.2
pkgrel=1
pkgdesc='The official C implementation of BLAKE3'
arch=(x86_64 i686)
@ -20,7 +20,7 @@ makedepends=(
ninja
)
source=("https://github.com/BLAKE3-team/BLAKE3/archive/${pkgver}/${_realname}-${pkgver}.tar.gz")
sha256sums=('fc2aac36643db7e45c3653fd98a2a745e6d4d16ff3711e4b7abd3b88639463dd')
sha256sums=('6b51aefe515969785da02e87befafc7fdc7a065cd3458cf1141f29267749e81f')
build() {