aboutsummaryrefslogtreecommitdiffstats
path: root/file2key
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-02-22 22:41:24 +0100
committerMattias Andrée <m@maandree.se>2026-02-22 22:41:24 +0100
commit3a82553f903bdc415f0320a2efc0925baf943a8f (patch)
treebd540609e2ba3d5a4d5e815f5e6ce75423655375 /file2key
parentUpdate sshexec to version 1.2.1 (diff)
downloadaur-packages-3a82553f903bdc415f0320a2efc0925baf943a8f.tar.gz
aur-packages-3a82553f903bdc415f0320a2efc0925baf943a8f.tar.bz2
aur-packages-3a82553f903bdc415f0320a2efc0925baf943a8f.tar.xz
mass update
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'file2key')
-rw-r--r--file2key/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/file2key/PKGBUILD b/file2key/PKGBUILD
index 13790ca..355b619 100644
--- a/file2key/PKGBUILD
+++ b/file2key/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Mattias Andrée <m@`base64 -d`(bWFhbmRyZWU).se>
pkgname=file2key
-pkgver=3.1.1
-pkgrel=2
+pkgver=3.1.2
+pkgrel=1
pkgdesc="A simple command that generates a key from a file and a passphrase"
arch=(i686 x86_64)
url="https://codeberg.org/maandree/file2key"
@@ -10,7 +10,7 @@ license=('custom:ISC')
depends=(libkeccak)
makedepends=(libkeccak)
source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-sha256sums=(4b3d9ea6b35eab38a76dac7f3560abe95ae271045104d2b96f568931b2b0a8aa)
+sha256sums=(e9b79bdbdbf92be34b031b90708130aa80af14df64261a0eab2b880810b55944)
build() {
cd "$srcdir/$pkgname"