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