aboutsummaryrefslogtreecommitdiffstats
path: root/community/cesnet-tcs-cli/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/cesnet-tcs-cli/APKBUILD')
-rw-r--r--community/cesnet-tcs-cli/APKBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/community/cesnet-tcs-cli/APKBUILD b/community/cesnet-tcs-cli/APKBUILD
index 9285b9816e3..edb2072190e 100644
--- a/community/cesnet-tcs-cli/APKBUILD
+++ b/community/cesnet-tcs-cli/APKBUILD
@@ -1,8 +1,8 @@
# Contributor: Jakub Jirutka <jakub@jirutka.cz>
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
pkgname=cesnet-tcs-cli
-pkgver=0.2.0
-pkgrel=0
+pkgver=0.4.0
+pkgrel=1
pkgdesc="Client utility for CESNET TCS API"
url="https://github.com/jirutka/cesnet-tcs-cli"
arch="noarch"
@@ -10,10 +10,11 @@ license="MIT"
depends="ca-certificates curl openssl"
options="!check" # no tests provided
source="https://github.com/jirutka/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz"
-builddir="$srcdir/$pkgname-$pkgver"
package() {
make install DESTDIR="$pkgdir" prefix=/usr
}
-sha512sums="006015d8f0ba0f2696c6801258afe9ef62c4a2d55cfa1a1300e9d1a80fef6f5bc62f283e5f8deffe48773b1ac9369c59bacf6ab9a127c152133ecfc314ed52e8 cesnet-tcs-cli-0.2.0.tar.gz"
+sha512sums="
+bba008dc96960354d0e00cbdf363ef9b1badf2635c4b8b8f73bae092776043176f776d3a240fc3f37122a7494a171a9e89165fde67faea84e17ec03c27f573f0 cesnet-tcs-cli-0.4.0.tar.gz
+"