diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2018-04-08 19:05:52 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2018-04-08 19:05:52 +0000 |
commit | a523d84de666c647e49a879d3b9925a99c3bd9d0 (patch) | |
tree | 5de207ff697f82720df3a59b3a04dd242bc2647e /community/certbot | |
parent | b1b58c63faed3d84a2a1d75f89d1faf8c83fac8b (diff) | |
download | aports-a523d84de666c647e49a879d3b9925a99c3bd9d0.tar.bz2 aports-a523d84de666c647e49a879d3b9925a99c3bd9d0.tar.xz |
community/certbot: upgrade to 0.23.0
Diffstat (limited to 'community/certbot')
-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 3a4a310503..2d964ca96c 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.22.2 +pkgver=0.23.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="ca26be78d29728fc5c20a5290f2dde4d1f2090b7e2829c0b312acac4741ef56440cc21a9db77e3e0cfe59ce0f1f0ab2165cb6823af8a4e2a4528060ad683ffe9 certbot-0.22.2.tar.gz" +sha512sums="397562fa7f5ef5daea8ccf70dc21898f8b792dc6a07aa24035fa378da8af3dd5d0734c3fbf6080c28d17f050db46ec0ea637be81d4ce648fa5ab2add2cfd41ed certbot-0.23.0.tar.gz" |