aboutsummaryrefslogtreecommitdiffstats
path: root/file2key-libpassphrase/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'file2key-libpassphrase/PKGBUILD')
-rw-r--r--file2key-libpassphrase/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/file2key-libpassphrase/PKGBUILD b/file2key-libpassphrase/PKGBUILD
index fe5a842..7391c2b 100644
--- a/file2key-libpassphrase/PKGBUILD
+++ b/file2key-libpassphrase/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@kth.se>
pkgname=file2key-libpassphrase
-pkgver=3
+pkgver=3.1
pkgrel=1
pkgdesc="A simple command that generates a key from a file and a passphrase, libpassphrase version"
arch=(i686 x86_64)
@@ -12,7 +12,7 @@ provides=(file2key)
depends=(glibc libkeccak libpassphrase)
makedepends=(make coreutils gcc glibc libkeccak libpassphrase)
source=(file2key-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-sha256sums=(018b8b2b44a5781d15f464b85e8787492af816d79f3e7af2561901cd7644812b)
+sha256sums=(ad44f72710232ac88c72a41bb21ea3341f7f5981c7d954f3f3d3c68f23857c8c)
prepare() {
cd "${srcdir}/file2key-${pkgver}"