aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2022-02-17 19:58:48 +0100
committerMattias Andrée <maandree@kth.se>2022-02-17 19:58:48 +0100
commitd233c6709c49cbea66bb1445b5e7bbdc0fcffdd6 (patch)
treef3ae19edd9af3daff21513c2d43fa5175ff9e1b9
parentFix description of libkeccak-musl (diff)
downloadaur-packages-d233c6709c49cbea66bb1445b5e7bbdc0fcffdd6.tar.gz
aur-packages-d233c6709c49cbea66bb1445b5e7bbdc0fcffdd6.tar.bz2
aur-packages-d233c6709c49cbea66bb1445b5e7bbdc0fcffdd6.tar.xz
Update libar2
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r--libar2/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/libar2/PKGBUILD b/libar2/PKGBUILD
index 0485b05..c8aea51 100644
--- a/libar2/PKGBUILD
+++ b/libar2/PKGBUILD
@@ -2,8 +2,8 @@
pkgbase=libar2
pkgname=($pkgbase $pkgbase-doc $pkgbase-musl)
-pkgver=1.1
-pkgrel=2
+pkgver=1.2
+pkgrel=1
_pkgdesc="Library for the Argon2-family of hashing functions"
pkgdesc="${_pkgdesc}"
arch=(i686 x86_64)
@@ -14,7 +14,7 @@ checkdepends=(glibc musl libblake libblake-musl)
_compiler=gcc
makedepends=(glibc musl libblake libblake-musl ${_compiler})
source=($pkgbase-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-sha256sums=(f94e871b6e4b6a23e9019b3ff606836f05eb1ca8ec3eacd466c171cd0f0abd1a)
+sha256sums=(58adc71e1dad855f9742e3375ec798fac6f18bcb4e1f296664e31493a57c27ff)
build() {
cd -- "$srcdir"