diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2017-09-07 10:09:08 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2017-09-07 10:09:22 +0000 |
commit | 76c731f57af6575efdd9bedd09b7a21d20745317 (patch) | |
tree | a4b1aece9bbca941587a8876e206b6fb1d32df0e | |
parent | 0af94c3756deb2e6f7e4bbed808e97718807d510 (diff) | |
download | aports-76c731f57af6575efdd9bedd09b7a21d20745317.tar.bz2 aports-76c731f57af6575efdd9bedd09b7a21d20745317.tar.xz |
community/certbot: upgrade to 0.18.0
-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 dc5c4c08cc..1ae4ef1572 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.17.0 +pkgver=0.18.0 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="57fa830d19173eacdbb17242a3c446d9414f02e09fab6ccd41c82b15156bc103ec358ff3d515e94881fcf6438f6acfe449eee9bb3108df41f7b8f2395500b549 certbot-0.17.0.tar.gz" +sha512sums="85061e9311a4be7acfac4a804fd43939802938b5c241881fd4db870f803d821bac97acc365c940b616fa212cb51758fa78ba74687768b82c733778f7342d9a9d certbot-0.18.0.tar.gz" |