diff options
| author | Mattias Andrée <m@maandree.se> | 2026-05-16 22:40:31 +0200 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-05-16 22:40:31 +0200 |
| commit | 804ee91f3688de634a100b4d053416a5016829d9 (patch) | |
| tree | 9e97271ece5747e9f39507c29fc2d8d7ca3e7699 | |
| parent | Add librecrypt (diff) | |
| download | aur-packages-804ee91f3688de634a100b4d053416a5016829d9.tar.gz aur-packages-804ee91f3688de634a100b4d053416a5016829d9.tar.bz2 aur-packages-804ee91f3688de634a100b4d053416a5016829d9.tar.xz | |
Signed-off-by: Mattias Andrée <m@maandree.se>
| -rw-r--r-- | libar2/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libar2/PKGBUILD b/libar2/PKGBUILD index 4f06f08..b5d6a59 100644 --- a/libar2/PKGBUILD +++ b/libar2/PKGBUILD @@ -2,7 +2,7 @@ pkgbase=libar2 pkgname=($pkgbase $pkgbase-doc $pkgbase-musl) -pkgver=1.2.3 +pkgver=1.2.4 pkgrel=1 _pkgdesc="Library for the Argon2-family of hashing functions" pkgdesc="${_pkgdesc}" @@ -14,7 +14,7 @@ checkdepends=(glibc musl 'libblake>=3.0' 'libblake-musl>=3.0') _compiler=gcc makedepends=(glibc musl 'libblake>=3.0' 'libblake-musl>=3.0' ${_compiler}) source=($pkgbase-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz) -sha256sums=(2426b8dd9db8923eeb2025b711e922a3f4c2a86f58436199a7d76637b52a40cc) +sha256sums=(28421732a88da43052d29be846140f2ca3cfb3088b639f618654e0ed67501ac2) build() { cd -- "$srcdir" |
