summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPerttu Luukko2017-09-07 09:23:31 +0300
committerPerttu Luukko2017-09-07 09:23:31 +0300
commit87d675d1a9085c3f6037a03a611b281f1a653281 (patch)
tree29f60e2ab7311beac21cc2fa2136cf600b5bfe2d /PKGBUILD
parentfcf94e66060b40cc3926abe585e4e3287a19aa24 (diff)
downloadaur-87d675d1a9085c3f6037a03a611b281f1a653281.tar.gz
Bump version to 1.12.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c3e5628beaf6..3ac4396a0179 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=xkcdpass
_pkgname=XKCD-password-generator-xkcdpass
-pkgver=1.11.1
+pkgver=1.12.0
pkgrel=1
pkgdesc="Generate secure multiword passwords/passphrases, inspired by XKCD"
arch=('any')
@@ -15,7 +15,7 @@ optdepends=('cracklib: alternative wordlist'
'words: alternative wordlist')
options=(!emptydirs)
source=("https://github.com/redacted/XKCD-password-generator/archive/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('d1ffe2d572e7ca9015d8d57881e18dcc2149897d00ba55072bfa1d409025059c')
+sha256sums=('c97d1fc3eb468e1c4a6ba69a06e38430e690c59f60490c3bd5874035bc114ede')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"