aboutsummaryrefslogtreecommitdiffstats
path: root/community/acme.sh/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/acme.sh/APKBUILD')
-rw-r--r--community/acme.sh/APKBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/community/acme.sh/APKBUILD b/community/acme.sh/APKBUILD
index 6dcb24b8b12..12532390f8f 100644
--- a/community/acme.sh/APKBUILD
+++ b/community/acme.sh/APKBUILD
@@ -1,15 +1,15 @@
# Contributor: Francesco Colista <fcolista@alpinelinux.org>
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=acme.sh
-pkgver=3.0.4
+pkgver=3.0.7
pkgrel=0
-pkgdesc="An ACME Shell script, an acme client alternative to certbot"
+pkgdesc="ACME Shell script, an acme client alternative to certbot"
options="!check" # No testsuite
-url="https://github.com/Neilpang/acme.sh"
+url="https://github.com/acmesh-official/acme.sh"
arch="noarch"
license="GPL-3.0-only"
depends="curl socat cmd:openssl"
-source="$pkgname-$pkgver.tar.gz::https://github.com/Neilpang/acme.sh/archive/$pkgver.tar.gz"
+source="$pkgname-$pkgver.tar.gz::https://github.com/acmesh-official/acme.sh/archive/$pkgver.tar.gz"
package() {
install -dm755 "$pkgdir"/usr/share/acme.sh/deploy
@@ -26,5 +26,5 @@ package() {
}
sha512sums="
-919987ac026366d245fa2730edf1212deafb051129811f35b482a30af9b0034a802baa218a35048e030795127cfeae03b4c3d4f12e580cd82edbacdd72e588e7 acme.sh-3.0.4.tar.gz
+83d080b461662bf2c5cfa9cb51aaf41d7f873f54908e2e5f94d7e3fe8e3f6953d73aafb66adc97455aa958f37c72ef77ba475c7d7cbb3ca3c5bbffb4937c4bae acme.sh-3.0.7.tar.gz
"