diff options
Diffstat (limited to 'community/certbot/APKBUILD')
-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" |