diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2019-07-15 23:46:46 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2019-07-16 00:09:55 +0200 |
commit | c5493603301dee00244ba893675b84914aa5cb06 (patch) | |
tree | 9f1c4f25434e5f7e228863d8cc55e42edb18f4ed /community/ykpers | |
parent | ec69d00c673f9c08d0e0c91af9c84609d794aa12 (diff) | |
download | aports-c5493603301dee00244ba893675b84914aa5cb06.tar.bz2 aports-c5493603301dee00244ba893675b84914aa5cb06.tar.xz |
community/ykpers: upgrade to 1.20.0
Diffstat (limited to 'community/ykpers')
-rw-r--r-- | community/ykpers/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/ykpers/APKBUILD b/community/ykpers/APKBUILD index 3a272da75f..3a0b7921db 100644 --- a/community/ykpers/APKBUILD +++ b/community/ykpers/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Jakub Jirutka <jakub@jirutka.cz> # Maintainer: Jakub Jirutka <jakub@jirutka.cz> pkgname=ykpers -pkgver=1.19.0 +pkgver=1.20.0 pkgrel=0 pkgdesc="YubiKey Personalization library and tool" url="https://developers.yubico.com/yubikey-personalization/" @@ -36,4 +36,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="05e3447656d52a2cd4092f1df2e99e1289414515644ae10daaa1be851811996904188039e3c8362059b56a43df37cba4396928dc5c546d4506f796b20e4ceabe ykpers-1.19.0.tar.gz" +sha512sums="96edc7225bbd71ca255d3915321d4a613603c321c8502a5b97f23598f1439b231fcfc323f4f3737293da59efae2837370a0b64fdbd9465f0e2c05822d604df9f ykpers-1.20.0.tar.gz" |