diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2018-01-18 13:15:36 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2018-01-18 13:15:36 +0000 |
commit | ffd94bf618e16a63aedba794852b15a34b531a33 (patch) | |
tree | 22d4e66f8235d0af976ee5fc76c56533af092e90 | |
parent | 801b59e2a08b4632e96bca01bf74f624693587c8 (diff) | |
download | aports-ffd94bf618e16a63aedba794852b15a34b531a33.tar.bz2 aports-ffd94bf618e16a63aedba794852b15a34b531a33.tar.xz |
community/certbot: upgrade to 0.21.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 124635492f..e0c9e48226 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.20.0 +pkgver=0.21.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="92c128bc955a576a1eb568d39b3a5568f9bd841acefaa455d716ce5036312d0ad67b3dcfcf960b15abdd39c1f34f82ffe2ebca0722628c5c804fc5472a6c0546 certbot-0.20.0.tar.gz" +sha512sums="87d1f2b5153f8fc6a5cf1ee3e6ba084464d2094ef0ae8955d4ac3c75de759cd62c54465186a21b4d4205193f410cbfcb93f4af4f29bfdb21f7cc881a38c4340f certbot-0.21.0.tar.gz" |