aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2021-10-06 20:06:12 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2021-10-06 20:13:22 +0000
commit29a3e90d90e3a31a0c3bdd86f53ce5cb330f17ce (patch)
tree600e9253d87b1d66d8cf525901e737f271050c3c
parentf34f3becdbb761bbe4f8161485baa8c6e28669a4 (diff)
community/acme.sh: upgrade to 3.0.1
-rw-r--r--community/acme.sh/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/acme.sh/APKBUILD b/community/acme.sh/APKBUILD
index 1663ad99766..6e56720f514 100644
--- a/community/acme.sh/APKBUILD
+++ b/community/acme.sh/APKBUILD
@@ -1,8 +1,8 @@
# Contributor: Francesco Colista <fcolista@alpinelinux.org>
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=acme.sh
-pkgver=3.0.0
-pkgrel=1
+pkgver=3.0.1
+pkgrel=0
pkgdesc="An ACME Shell script, an acme client alternative to certbot"
options="!check" # No testsuite
url="https://github.com/Neilpang/acme.sh"
@@ -26,5 +26,5 @@ package() {
}
sha512sums="
-e93e955100071fda9398131aad965fe6d5b51d9c496b1db0269744513baca4c8eb142d9a35a72b72d4919c004848696fdf9de1ae51edec835ae0f695a6cb14b1 acme.sh-3.0.0.tar.gz
+8bc5468fa70bf0a23f516b05e49f4c457cceb3ae0c12e963b538297912adce1f16fca200b116fc39a88ee0ba522e1757654ed231bebb6199ef7f5ad152511c71 acme.sh-3.0.1.tar.gz
"