diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2018-06-08 07:51:35 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2018-06-08 07:51:35 +0000 |
commit | 93711bb802d49a0b34decf9f7bd375470ba38839 (patch) | |
tree | 0128cf86efe8414bd2dd1ca4d67eaa21f1616090 /community/certbot | |
parent | 35046ed497b3132380146241e227e7178f024fb6 (diff) | |
download | aports-93711bb802d49a0b34decf9f7bd375470ba38839.tar.bz2 aports-93711bb802d49a0b34decf9f7bd375470ba38839.tar.xz |
community/certbot: upgrade to 0.25.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 c9ead7cce7..15bb939b64 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.24.0 +pkgver=0.25.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="b067da7eea54deb72ff4b516382cbe480ffebcb378489a2b0c52955f7399401d936d8d6587d88473d6f4fa9e864de94514941bde9727a5babbf2d6211ea61b20 certbot-0.24.0.tar.gz" +sha512sums="af0f2498d79e9d54f0609b21b8ec40efe9fbcfa5162eb18bbb8b10cc230b31db6af81c4e85af243d92c527efc55634402b30960d014085f6e6af6e679ca75592 certbot-0.25.0.tar.gz" |