aboutsummaryrefslogtreecommitdiffstats
path: root/testing/cfssl
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-11-05 22:40:20 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-11-05 22:47:25 -0300
commit192f6e7eae0f18ca3ace9a222061b0db2ef2f758 (patch)
treef8492925482d2a2c31fb3a2fa8ac55ccad09eff4 /testing/cfssl
parent25be4755b5160e96712578848b126990b5e16d18 (diff)
downloadaports-192f6e7eae0f18ca3ace9a222061b0db2ef2f758.tar.bz2
aports-192f6e7eae0f18ca3ace9a222061b0db2ef2f758.tar.xz
testing/cfssl: upgrade to 1.4.0
Diffstat (limited to 'testing/cfssl')
-rw-r--r--testing/cfssl/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/cfssl/APKBUILD b/testing/cfssl/APKBUILD
index 3c4f707a3e..b54549c847 100644
--- a/testing/cfssl/APKBUILD
+++ b/testing/cfssl/APKBUILD
@@ -1,14 +1,14 @@
# Contributor:
# Maintainer:
pkgname=cfssl
-pkgver=1.3.4
+pkgver=1.4.0
pkgrel=0
pkgdesc="Cloudflare PKI and TLS toolkit"
url="https://cfssl.org"
arch="all"
license="BSD-2-Clause"
makedepends="go"
-source="$pkgname-$pkgver.tar.gz::https://github.com/cloudflare/$pkgname/archive/$pkgver.tar.gz"
+source="$pkgname-$pkgver.tar.gz::https://github.com/cloudflare/cfssl/archive/v$pkgver.tar.gz"
build() {
cd "$srcdir"
@@ -27,4 +27,4 @@ package() {
install -m755 "$srcdir"/bin/* "$pkgdir"/usr/bin/
}
-sha512sums="796f24f9a7cd9966b3586b5b08deb410570cc31ec747b0c834215c105df1b4fea4907bfa223d196ad71fb296724dc690b6ffd298c8ef81db1333ed3e69f1ecd4 cfssl-1.3.4.tar.gz"
+sha512sums="a54a0e0b7066ed4405adcb4a303f2bd818f73b43ca9c05d138ebe16891880e7a82399bb366c3c612fef27c51719652bd5617a0bd855a69e6148afd043c8c9265 cfssl-1.4.0.tar.gz"