diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2017-10-20 09:29:07 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2017-10-20 10:50:51 +0000 |
commit | 794a028a2bd6d08ed8cd748bdda1bcc242c80f58 (patch) | |
tree | f0eaf1b192bb994a8ebeae497e6e7a6956e83dda /community/xkcdpass | |
parent | db32d9099f0290641e8a986aa93dcf5733bf5c21 (diff) | |
download | aports-794a028a2bd6d08ed8cd748bdda1bcc242c80f58.tar.bz2 aports-794a028a2bd6d08ed8cd748bdda1bcc242c80f58.tar.xz |
community/xkcdpass: upgrade to 1.13.0
Diffstat (limited to 'community/xkcdpass')
-rw-r--r-- | community/xkcdpass/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/xkcdpass/APKBUILD b/community/xkcdpass/APKBUILD index 1db38473a8..4a39c15711 100644 --- a/community/xkcdpass/APKBUILD +++ b/community/xkcdpass/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Fabian Affolter <fabian@affolter-engineering.ch> # Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> pkgname=xkcdpass -pkgver=1.12.0 +pkgver=1.13.0 pkgrel=0 pkgdesc="Generate secure multiword passwords/passphrases" url="https://github.com/redacted/XKCD-password-generator" @@ -30,4 +30,4 @@ py3() { mv "$pkgdir"/usr/lib/python* "$subpkgdir"/usr/lib/ } -sha512sums="c63877fe9dea9c12027121ae9a7ec28253c8f2dc920a571a0b7ee9bcc6930734df7006c95b009cc5dabbe23109915787065328eb41cc37861f950e9ea25712d3 xkcdpass-1.12.0.tar.gz" +sha512sums="ac86559a7b6198786b75868e70452ca9a1e99c8cd6d13d82e47ef07f26e34928c293dffbcf092dd5c463e03c7eb85f7eac287205ac55f17ead9d1eb52056ba70 xkcdpass-1.13.0.tar.gz" |