diff options
Diffstat (limited to 'testing/getssl')
-rw-r--r-- | testing/getssl/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/getssl/APKBUILD b/testing/getssl/APKBUILD index aa3827fd80..77334b27f0 100644 --- a/testing/getssl/APKBUILD +++ b/testing/getssl/APKBUILD @@ -1,12 +1,12 @@ # Maintainer: Leo Unglaub <leo@unglaub.at> pkgname=getssl pkgver=2.10 -pkgrel=0 +pkgrel=1 pkgdesc="A pure shell implementation of the LetsEncrypt ACME protocol." url="https://github.com/srvrco/getssl" arch="noarch" license="GPL-3.0" -depends="curl" +depends="curl bash" source="$pkgname-$pkgver.tar.gz::https://github.com/srvrco/$pkgname/archive/v$pkgver.tar.gz" package () { |