summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPerttu Luukko2017-10-08 20:34:40 +0300
committerPerttu Luukko2017-10-08 20:34:40 +0300
commit644d51e2a8261e9524ee07fee3f085ce4671095e (patch)
tree1a65412e46b9d95d32704dd1c3ab1af089af91e9 /PKGBUILD
parent87d675d1a9085c3f6037a03a611b281f1a653281 (diff)
downloadaur-644d51e2a8261e9524ee07fee3f085ce4671095e.tar.gz
Bump version to 1.13.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3ac4396a0179..6cabce021062 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=xkcdpass
_pkgname=XKCD-password-generator-xkcdpass
-pkgver=1.12.0
+pkgver=1.13.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=('c97d1fc3eb468e1c4a6ba69a06e38430e690c59f60490c3bd5874035bc114ede')
+sha256sums=('fc220a04a5290c57f5b558144fe7e12433fbfb6c273809727f971e73433edcbb')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"