aboutsummaryrefslogtreecommitdiffstats
path: root/sha3sum
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2017-10-15 20:54:50 +0200
committerMattias Andrée <maandree@kth.se>2017-10-15 20:54:50 +0200
commit59dd145dc64b8b031dc2baa11b9bc84e6f1a82b7 (patch)
tree5f0707319cbb37254f3eb4618a382cc292b719c3 /sha3sum
parentm (diff)
downloadaur-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 'sha3sum')
-rw-r--r--sha3sum/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/sha3sum/PKGBUILD b/sha3sum/PKGBUILD
index 76b4b22..9e31ef6 100644
--- a/sha3sum/PKGBUILD
+++ b/sha3sum/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@kth.se>
pkgname=sha3sum
-pkgver=1.1
+pkgver=1.1.1
pkgrel=1
pkgdesc="Keccak-family checksum calculator, including SHA-3"
arch=(i686 x86_64)
@@ -10,7 +10,7 @@ license=('custom:ISC')
depends=(libkeccak)
makedepends=(libkeccak sed)
source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-sha256sums=(71ecdd34b947f8060e43b78431cab4c9066549a2193499c5e12e7d2ec4af92be)
+sha256sums=(ce19375f6ec04c194ce2580087be75a6867cff4d3e8d0490c9436a3c8ae98d03)
build() {