aboutsummaryrefslogtreecommitdiffstats
path: root/libkeccak/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--libkeccak/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/libkeccak/PKGBUILD b/libkeccak/PKGBUILD
index 9abc652..8a64018 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.4
+pkgver=1.1.5
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)
source=(libkeccak-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-sha256sums=(40e27983ea63faf47071402b212da48101b1dae37ce2702da947361ee8d4a313)
+sha256sums=(bf89beb628fc2ca1d8ac97d98f07dfc789f205116037ace92fa3a5b16d513c28)
build() {
cd "$srcdir/$pkgname-$pkgver"