summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPerttu Luukko2017-06-07 17:40:53 +0200
committerPerttu Luukko2017-06-07 17:40:53 +0200
commitfcf94e66060b40cc3926abe585e4e3287a19aa24 (patch)
treea0e09f455bc2d8a1fe75972a365f5f5a08710d20
parent34e9b6f737b1dcd59627f834f6e4701fc726afec (diff)
downloadaur-fcf94e66060b40cc3926abe585e4e3287a19aa24.tar.gz
Bump version to 1.11.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index de033f3332b3..5c163dc19acb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri May 12 08:07:14 UTC 2017
+# Wed Jun 7 15:40:13 UTC 2017
pkgbase = xkcdpass
pkgdesc = Generate secure multiword passwords/passphrases, inspired by XKCD
- pkgver = 1.10.0
+ pkgver = 1.11.1
pkgrel = 1
url = https://github.com/redacted/XKCD-password-generator
arch = any
@@ -13,8 +13,8 @@ pkgbase = xkcdpass
optdepends = cracklib: alternative wordlist
optdepends = words: alternative wordlist
options = !emptydirs
- source = https://github.com/redacted/XKCD-password-generator/archive/xkcdpass-1.10.0.tar.gz
- sha256sums = 0ad77067c89b0f3f067f4c783377e56f801124bd4152d6c64945d6dbb260e907
+ source = https://github.com/redacted/XKCD-password-generator/archive/xkcdpass-1.11.1.tar.gz
+ sha256sums = d1ffe2d572e7ca9015d8d57881e18dcc2149897d00ba55072bfa1d409025059c
pkgname = xkcdpass
diff --git a/PKGBUILD b/PKGBUILD
index f2bcfa3ead9f..c3e5628beaf6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=xkcdpass
_pkgname=XKCD-password-generator-xkcdpass
-pkgver=1.10.0
+pkgver=1.11.1
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=('0ad77067c89b0f3f067f4c783377e56f801124bd4152d6c64945d6dbb260e907')
+sha256sums=('d1ffe2d572e7ca9015d8d57881e18dcc2149897d00ba55072bfa1d409025059c')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"