diff options
Diffstat (limited to 'testing/acme.sh')
-rw-r--r-- | testing/acme.sh/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/acme.sh/APKBUILD b/testing/acme.sh/APKBUILD index 4d709c3f87..99ef227a05 100644 --- a/testing/acme.sh/APKBUILD +++ b/testing/acme.sh/APKBUILD @@ -2,12 +2,12 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=acme.sh pkgver=2.7.9 -pkgrel=0 +pkgrel=1 pkgdesc="An ACME Shell script, an acme client alternative to certbot" url="https://github.com/Neilpang/acme.sh" arch="noarch" license="GPL-3.0" -depends="curl bash" +depends="curl" source="$pkgname-$pkgver.tar.gz::https://github.com/Neilpang/acme.sh/archive/$pkgver.tar.gz" builddir="$srcdir/$pkgname-$pkgver" |