aboutsummaryrefslogtreecommitdiffstats
path: root/file2key-libpassphrase/PKGBUILD
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2021-02-22 17:27:48 +0100
committerMattias Andrée <maandree@kth.se>2021-02-22 17:27:48 +0100
commitfb61f266307e93a0125d08647de466b422ae87a0 (patch)
tree0f33886e03e4940b2623ca2d783ed4f1d2f2e505 /file2key-libpassphrase/PKGBUILD
parentUpdate file2key (diff)
downloadaur-packages-fb61f266307e93a0125d08647de466b422ae87a0.tar.gz
aur-packages-fb61f266307e93a0125d08647de466b422ae87a0.tar.bz2
aur-packages-fb61f266307e93a0125d08647de466b422ae87a0.tar.xz
Update file2key
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-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}"