From 29a3e90d90e3a31a0c3bdd86f53ce5cb330f17ce Mon Sep 17 00:00:00 2001 From: Francesco Colista <fcolista@alpinelinux.org> Date: Wed, 6 Oct 2021 20:06:12 +0000 Subject: [PATCH] community/acme.sh: upgrade to 3.0.1 --- community/acme.sh/APKBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/community/acme.sh/APKBUILD b/community/acme.sh/APKBUILD index 1663ad997668..6e56720f5147 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 " -- GitLab