aboutsummaryrefslogtreecommitdiffstats
path: root/testing/getssl/APKBUILD
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-12-09 01:50:21 +0100
committerLeo <thinkabit.ukim@gmail.com>2019-12-09 01:57:48 +0100
commiteae440888ce3354958ff2936507e4430284bffba (patch)
treea4d8328197f7831d716c050d37fadb497b28756f /testing/getssl/APKBUILD
parent5d29caf254a920f2b39bba1e7366b6c92bec2338 (diff)
downloadaports-eae440888ce3354958ff2936507e4430284bffba.tar.bz2
aports-eae440888ce3354958ff2936507e4430284bffba.tar.xz
testing/getssl: upgrade to 2.14
Diffstat (limited to 'testing/getssl/APKBUILD')
-rw-r--r--testing/getssl/APKBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/testing/getssl/APKBUILD b/testing/getssl/APKBUILD
index 1fc4a03c35..4f520258c6 100644
--- a/testing/getssl/APKBUILD
+++ b/testing/getssl/APKBUILD
@@ -1,16 +1,16 @@
# Maintainer: Leo Unglaub <leo@unglaub.at>
pkgname=getssl
-pkgver=2.11
+pkgver=2.14
pkgrel=0
pkgdesc="A pure shell implementation of the LetsEncrypt ACME protocol."
url="https://github.com/srvrco/getssl"
arch="noarch"
-license="GPL-3.0"
+license="GPL-3.0-or-later"
depends="curl bash"
-options="!check"
-source="$pkgname-$pkgver.tar.gz::https://github.com/srvrco/$pkgname/archive/v$pkgver.tar.gz"
+options="!check" # No testsuite
+source="$pkgname-$pkgver.tar.gz::https://github.com/srvrco/getssl/archive/v$pkgver.tar.gz"
-package () {
+package() {
make DESTDIR="$pkgdir" install
}
-sha512sums="c6a74b9bc4a8ab22975c3d75354978fb96dd31fc3fe4de2712b47150e183afc1de015e3756fa8c82bc5255a19202e4799f4454f17963de538cfd4b409095cae7 getssl-2.11.tar.gz"
+sha512sums="8d81ede16ab9a1021a51b125d63542ebd8b9312ef7bcc137d43e4dddc9058c3241731a9499734d0ec5ba2a23f1ad936f4e840d2e0af7e00681d3b05d969a7976 getssl-2.14.tar.gz"