summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPerttu Luukko2017-05-12 10:07:56 +0200
committerPerttu Luukko2017-05-12 10:07:56 +0200
commit34e9b6f737b1dcd59627f834f6e4701fc726afec (patch)
treecbef9bfaec5380e314d4c15243fc1c0286efc4e3 /PKGBUILD
parent85c804f3bab946b6cfac53f750b7a2b6dc920169 (diff)
downloadaur-34e9b6f737b1dcd59627f834f6e4701fc726afec.tar.gz
Bump version to 1.10.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 625a7a1448e4..f2bcfa3ead9f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=xkcdpass
_pkgname=XKCD-password-generator-xkcdpass
-pkgver=1.9.5
+pkgver=1.10.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=('aa42b1f840057d8be3347d19f91b492750563616bbb08cb748b7e0ced3676215')
+sha256sums=('0ad77067c89b0f3f067f4c783377e56f801124bd4152d6c64945d6dbb260e907')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"