diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2017-08-03 06:15:39 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2017-08-03 06:20:21 +0000 |
commit | 5fdb4d65c91ce19b99625a4629e7a0a9f2e2fec3 (patch) | |
tree | 5b5cdb0ee01cb4fbcd6c458a7b3e9d18727076e9 | |
parent | b530bba4901ee1ed1b4e9c6815670495dc96c1d6 (diff) | |
download | aports-5fdb4d65c91ce19b99625a4629e7a0a9f2e2fec3.tar.bz2 aports-5fdb4d65c91ce19b99625a4629e7a0a9f2e2fec3.tar.xz |
community/certbot: upgrade to 0.17.0
-rw-r--r-- | community/certbot/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/certbot/APKBUILD b/community/certbot/APKBUILD index 5a5b39af9c..dc5c4c08cc 100644 --- a/community/certbot/APKBUILD +++ b/community/certbot/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Carlo Landmeter <clandmeter@gmail.com> # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=certbot -pkgver=0.16.0 -pkgrel=1 +pkgver=0.17.0 +pkgrel=0 pkgdesc="An ACME client that can update Apache/Nginx configurations" url="https://github.com/certbot/certbot" arch="noarch" @@ -45,4 +45,4 @@ acme() { python2 setup.py install --prefix=/usr --root="$subpkgdir" } -sha512sums="4cb6ec06c6ec71cd6886a716100f269de3922f17a582c8c20ec40327b65e1c16347a5b33d44131e56a7667233ebba88ff36a4e854beedd13e848897ba09a7e64 certbot-0.16.0.tar.gz" +sha512sums="57fa830d19173eacdbb17242a3c446d9414f02e09fab6ccd41c82b15156bc103ec358ff3d515e94881fcf6438f6acfe449eee9bb3108df41f7b8f2395500b549 certbot-0.17.0.tar.gz" |