diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2017-09-09 16:37:14 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2017-09-09 16:38:13 +0000 |
commit | bfe99dde890324d74994137916affbbf8a0f1a10 (patch) | |
tree | cc4fb876951beb19b63692338bc5f171ef644893 | |
parent | 7d1bf27bfc7ef7e024f41c83224895f5f3a9197b (diff) | |
download | aports-bfe99dde890324d74994137916affbbf8a0f1a10.tar.bz2 aports-bfe99dde890324d74994137916affbbf8a0f1a10.tar.xz |
community/certbot: upgrade to 0.18.1
-rw-r--r-- | community/certbot/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/certbot/APKBUILD b/community/certbot/APKBUILD index 1ae4ef1572..f316ba9b15 100644 --- a/community/certbot/APKBUILD +++ b/community/certbot/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Carlo Landmeter <clandmeter@gmail.com> # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=certbot -pkgver=0.18.0 +pkgver=0.18.1 pkgrel=0 pkgdesc="An ACME client that can update Apache/Nginx configurations" url="https://github.com/certbot/certbot" @@ -45,4 +45,4 @@ acme() { python2 setup.py install --prefix=/usr --root="$subpkgdir" } -sha512sums="85061e9311a4be7acfac4a804fd43939802938b5c241881fd4db870f803d821bac97acc365c940b616fa212cb51758fa78ba74687768b82c733778f7342d9a9d certbot-0.18.0.tar.gz" +sha512sums="62f9a247075d007f4b905646fbd63228303bfa7dd8c13c09b5f5205c9a0adce80b2956a796d10c8963058f6cf8f3e41acbae695a61187ef691af4dbbd0e693bf certbot-0.18.1.tar.gz" |