summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPerttu Luukko2017-11-20 10:41:34 +0200
committerPerttu Luukko2017-11-20 10:42:07 +0200
commit73861a71b3960edff42b4d3d061430ec2a1ba884 (patch)
tree82d6af9651aecdf89ca617534f708ad932b0e546 /PKGBUILD
parent644d51e2a8261e9524ee07fee3f085ce4671095e (diff)
downloadaur-73861a71b3960edff42b4d3d061430ec2a1ba884.tar.gz
Bump version to 1.14.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6cabce021062..ff8e7101c155 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=xkcdpass
_pkgname=XKCD-password-generator-xkcdpass
-pkgver=1.13.0
+pkgver=1.14.2
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=('fc220a04a5290c57f5b558144fe7e12433fbfb6c273809727f971e73433edcbb')
+sha256sums=('c8b4afcc834db61929d6a3d97a8b031b831466a1b6362be1778dd814d5d18be0')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"