diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2017-07-24 20:37:12 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-07-26 12:50:01 +0000 |
commit | 89af99d786dbc12be48086418040c7a83d96d623 (patch) | |
tree | 1b54555362d0c0a087fedabfb8e59abd13813a1e /community/xkcdpass/APKBUILD | |
parent | c126ed8f1701f2f5838af5b89ccd0ccffd0402c8 (diff) | |
download | aports-89af99d786dbc12be48086418040c7a83d96d623.tar.bz2 aports-89af99d786dbc12be48086418040c7a83d96d623.tar.xz |
community/xkcdpass: upgrade to 1.11.1
Diffstat (limited to 'community/xkcdpass/APKBUILD')
-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 02c9def6ce..06ab8469ee 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.10.0 +pkgver=1.11.1 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="2f394e3252bad1b8279c68d82cfcea70dcb9b6999daa02c9615da1df7dc4b88160cd87bf8f288d58e03fcacdcae8d8987194502b09e762b405872bcf7e8f4eda xkcdpass-1.10.0.tar.gz" +sha512sums="2e2b0c34c31856f8d20d33b8d94850a0c6aacfb12d37a837043e8420d44f7171638dc3be5248a60dbad9f34892a21147ce065e03013b9c63124c39cfa8dab5cc xkcdpass-1.11.1.tar.gz" |