aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--dist/archlinux/stable/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/archlinux/stable/PKGBUILD b/dist/archlinux/stable/PKGBUILD
index a371da4..5f9bd32 100644
--- a/dist/archlinux/stable/PKGBUILD
+++ b/dist/archlinux/stable/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@member.fsf.org>
pkgname=autopasswd
-pkgver=1
+pkgver=1.1
pkgrel=1
pkgdesc="Reproducable password generator"
url="https://github.com/maandree/autopasswd"
@@ -10,7 +10,7 @@ license=(GPL3)
depends=(glibc libpassphrase argparser)
makedepends=(glibc libpassphrase argparser make coreutils gcc)
source=("${url}/archive/${pkgver}.tar.gz")
-sha256sums=(324e8f850a1fe8af348d89f25686b62ee30b161f1d49246e03ff1a799a532967)
+sha256sums=(ec6ab01d298342930d14282ae07d6d8e37b1e8eab801ad99a6eb5c34c9375c37)
build() {