diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2018-08-22 14:37:05 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-08-22 14:37:39 +0200 |
commit | a859106885ba4ad387f8fc8b0b367ee51fac2bfd (patch) | |
tree | 0b1c835abf5e0d5cf85c8b34bea0f77089f7652d /community/ykpers | |
parent | 575c35cdddd719312f92465ecec7c0a03d546adf (diff) | |
download | aports-a859106885ba4ad387f8fc8b0b367ee51fac2bfd.tar.bz2 aports-a859106885ba4ad387f8fc8b0b367ee51fac2bfd.tar.xz |
community/ykpers: upgrade to 1.19.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 8805c1c36a..3a272da75f 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.18.1 +pkgver=1.19.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="8bed7b3089ac64f8be19717e29a237d40ed17eb5d119630405efd1e269d1b967394c45a349d3290056504a71bf30e2f4e56a0e71d0cd611bd3152080173b652c ykpers-1.18.1.tar.gz" +sha512sums="05e3447656d52a2cd4092f1df2e99e1289414515644ae10daaa1be851811996904188039e3c8362059b56a43df37cba4396928dc5c546d4506f796b20e4ceabe ykpers-1.19.0.tar.gz" |