summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPerttu Luukko2017-05-12 10:07:56 +0200
committerPerttu Luukko2017-05-12 10:07:56 +0200
commit34e9b6f737b1dcd59627f834f6e4701fc726afec (patch)
treecbef9bfaec5380e314d4c15243fc1c0286efc4e3
parent85c804f3bab946b6cfac53f750b7a2b6dc920169 (diff)
downloadaur-34e9b6f737b1dcd59627f834f6e4701fc726afec.tar.gz
Bump version to 1.10.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 89121e493b83..de033f3332b3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Mar 27 10:43:57 UTC 2017
+# Fri May 12 08:07:14 UTC 2017
pkgbase = xkcdpass
pkgdesc = Generate secure multiword passwords/passphrases, inspired by XKCD
- pkgver = 1.9.5
+ pkgver = 1.10.0
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.9.5.tar.gz
- sha256sums = aa42b1f840057d8be3347d19f91b492750563616bbb08cb748b7e0ced3676215
+ source = https://github.com/redacted/XKCD-password-generator/archive/xkcdpass-1.10.0.tar.gz
+ sha256sums = 0ad77067c89b0f3f067f4c783377e56f801124bd4152d6c64945d6dbb260e907
pkgname = xkcdpass
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}"