diff options
-rw-r--r-- | community/acme.sh/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/acme.sh/APKBUILD b/community/acme.sh/APKBUILD index a8e475eb15..d7963309f2 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=2.8.1 -pkgrel=1 +pkgver=2.8.2 +pkgrel=0 pkgdesc="An ACME Shell script, an acme client alternative to certbot" options="!check" # No testsuite url="https://github.com/Neilpang/acme.sh" @@ -23,4 +23,4 @@ package() { ln -s /usr/share/acme.sh/acme.sh "$pkgdir"/usr/bin/acme.sh } -sha512sums="2b88d604559fea66edf4cca4be5aba0666c2ecc7275bdddf28c6fa54f4c779b3cd929aa2f9f91a21a5f3ce4bfdd15342ee10bbaae6915230711f39c8493c7d34 acme.sh-2.8.1.tar.gz" +sha512sums="d51824724dc207b34ba5a3a85a7ceb2674a20cb6bf0c1eeab215bf75d239eacbf8910e8efeb8d5fd0feb38eac928f226a9ad934b2a6084308e5c11f593803ff1 acme.sh-2.8.2.tar.gz" |