diff options
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 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" |