summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPerttu Luukko2017-03-13 09:49:32 +0100
committerPerttu Luukko2017-03-13 09:49:32 +0100
commitbe8ca6b021504486f060e9a5310e87eba33a568a (patch)
treef7399ec134dafcdbf0e44c8b5dd684fc0adda97e /PKGBUILD
parent61ad6008f79027667c546ea1957da5516e04dbbb (diff)
downloadaur-be8ca6b021504486f060e9a5310e87eba33a568a.tar.gz
Bump version to 1.9.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f47b899df7c5..6c8708fb85d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=xkcdpass
_pkgname=XKCD-password-generator-xkcdpass
-pkgver=1.9.2
+pkgver=1.9.3
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=('0b2efb0863137b9d01f58ca49c798a704918eceea5aaf63dfe8ae00ba0361123')
+sha256sums=('6dce061fe33ab5079e221f5c6abcdbb674f6f660daf3e3bd5b4a70aa71e18f6c')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"