diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-10-08 15:17:34 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-10-08 19:01:51 -0300 |
commit | 1579b19c3991a19d3270e8b8ca29673b2b450e23 (patch) | |
tree | 677902c53ec05d18a760d68f8583ff8a7713b769 /testing | |
parent | bcd115076d0bbc6e931e4c861e4bb0a0e881e97c (diff) | |
download | aports-1579b19c3991a19d3270e8b8ca29673b2b450e23.tar.bz2 aports-1579b19c3991a19d3270e8b8ca29673b2b450e23.tar.xz |
testing/otpclient: upgrade to 1.5.1
Diffstat (limited to 'testing')
-rw-r--r-- | testing/otpclient/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/otpclient/APKBUILD b/testing/otpclient/APKBUILD index 00342fed78..d354d9252e 100644 --- a/testing/otpclient/APKBUILD +++ b/testing/otpclient/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Leo <thinkabit.ukim@gmail.com> # Maintainer: Leo <thinkabit.ukim@gmail.com> pkgname=otpclient -pkgver=1.5.0 +pkgver=1.5.1 pkgrel=0 pkgdesc="Easy to use GTK+ OTP client" options="!check" # No testsuite @@ -10,7 +10,7 @@ arch="all !aarch64" # due to zbar license="GPL-3.0-or-later" makedepends="gtk+3.0-dev glib-dev libgcrypt-dev libpng-dev libzip-dev zbar-dev jansson-dev libcotp-dev cmake" -source="$pkgname-$pkgver.tar.gz::https://github.com/paolostivanin/OTPClient/archive/v${pkgver}.tar.gz +source="$pkgname-$pkgver.tar.gz::https://github.com/paolostivanin/OTPClient/archive/v$pkgver.tar.gz " builddir="$srcdir/OTPClient-$pkgver" @@ -25,4 +25,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="e4e79e5b55290404e09100f12cb8bfb894aabe4fafc13621e4be673f2cd0e8385dbb4dab7f089a89364003b99d41c409efdef56b803610c7639b140fa4ee8497 otpclient-1.5.0.tar.gz" +sha512sums="62bf7775ba163f10208685c5e3f987b58098685d4673138aec7be061bb025546f5515dca46e57d7461266df6a237da8b37f3f0dd8069b29f809a39471ca52240 otpclient-1.5.1.tar.gz" |