diff options
author | Mattias Andrée <maandree@kth.se> | 2017-10-15 20:54:50 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2017-10-15 20:54:50 +0200 |
commit | 59dd145dc64b8b031dc2baa11b9bc84e6f1a82b7 (patch) | |
tree | 5f0707319cbb37254f3eb4618a382cc292b719c3 /libkeccak/PKGBUILD | |
parent | m (diff) | |
download | aur-packages-59dd145dc64b8b031dc2baa11b9bc84e6f1a82b7.tar.gz aur-packages-59dd145dc64b8b031dc2baa11b9bc84e6f1a82b7.tar.bz2 aur-packages-59dd145dc64b8b031dc2baa11b9bc84e6f1a82b7.tar.xz |
Update libkeccak and sha3sum
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r-- | libkeccak/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libkeccak/PKGBUILD b/libkeccak/PKGBUILD index 8f1f395..632caea 100644 --- a/libkeccak/PKGBUILD +++ b/libkeccak/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@kth.se> pkgname=libkeccak -pkgver=1.1.2 +pkgver=1.1.3 pkgrel=1 pkgdesc="Keccak-family hashing library" arch=(i686 x86_64) @@ -11,7 +11,7 @@ depends=(glibc) checkdepends=(glibc valgrind make coreutils) makedepends=(glibc gcc make coreutils binutils texinfo) source=(libkeccak-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz) -sha256sums=(7d6d7aef8e5cbb189a59ecbd096c253e616fba5f15f2af7212f49fbbc9d910f3) +sha256sums=(642e9beb7b9f860ce22ac98fe401233b694da25ddb8a8670d19372f4cd0e88d5) build() { |