summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPerttu Luukko2018-02-26 20:20:23 +0200
committerPerttu Luukko2018-02-26 20:20:23 +0200
commit0558c815ec715fb065b469571f2ae3fe8c10d842 (patch)
treeacec7aa8ff22173455b999a863641c11cd7757d2
parentebd4fbe9262318b7fa99977863856ce4cc4b53df (diff)
downloadaur-0558c815ec715fb065b469571f2ae3fe8c10d842.tar.gz
Bump version to 1.16.2
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 12053a99d607..f4b8e221be3a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed Jan 31 18:21:03 UTC 2018
+# Mon Feb 26 18:20:03 UTC 2018
pkgbase = xkcdpass
pkgdesc = Generate secure multiword passwords/passphrases, inspired by XKCD
- pkgver = 1.14.3
- pkgrel = 2
+ pkgver = 1.16.2
+ pkgrel = 1
url = https://github.com/redacted/XKCD-password-generator
arch = any
license = BSD
@@ -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.14.3.tar.gz
- sha256sums = 17c101c146e567f8bd92485be1ab909021852f8cd2bc79d597d69342657109ed
+ source = https://github.com/redacted/XKCD-password-generator/archive/xkcdpass-1.16.2.tar.gz
+ sha256sums = be1aff73a07226b22e21e31f40f6f51f87ebeaa15cf92260aebb0105a2e5bb73
pkgname = xkcdpass
diff --git a/PKGBUILD b/PKGBUILD
index cf51e7c3184f..64b5df9895b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=xkcdpass
_pkgname=XKCD-password-generator-xkcdpass
-pkgver=1.14.3
-pkgrel=2
+pkgver=1.16.2
+pkgrel=1
pkgdesc="Generate secure multiword passwords/passphrases, inspired by XKCD"
arch=('any')
url="https://github.com/redacted/XKCD-password-generator"
@@ -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=('17c101c146e567f8bd92485be1ab909021852f8cd2bc79d597d69342657109ed')
+sha256sums=('be1aff73a07226b22e21e31f40f6f51f87ebeaa15cf92260aebb0105a2e5bb73')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"