diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2017-07-07 06:13:57 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2017-07-07 07:42:52 +0000 |
commit | 42ef54bc52c0cd2e405b80322c3a0410441e04b9 (patch) | |
tree | 6b934736d497f94f753aac3a4116f315219f4f73 | |
parent | 3dfe6852d649128f139d0cbbe226c7ff085d1771 (diff) | |
download | aports-42ef54bc52c0cd2e405b80322c3a0410441e04b9.tar.bz2 aports-42ef54bc52c0cd2e405b80322c3a0410441e04b9.tar.xz |
community/certbot: upgrade to 0.16.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 8152a84b86..2ece2d89a9 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.15.0 +pkgver=0.16.0 pkgrel=0 pkgdesc="An ACME client that can update Apache/Nginx configurations" url="https://github.com/certbot/certbot" @@ -44,4 +44,4 @@ acme() { python2 setup.py install --prefix=/usr --root="$subpkgdir" } -sha512sums="e884b34985a1128ce94d6b2be77af6ee86ded8b870e066f3f4bc22f78501f3f0a51060edcf75a11cd31dd525388adb8ccc4e2da0068b5b75be131d0fb0ca6844 certbot-0.15.0.tar.gz" +sha512sums="4cb6ec06c6ec71cd6886a716100f269de3922f17a582c8c20ec40327b65e1c16347a5b33d44131e56a7667233ebba88ff36a4e854beedd13e848897ba09a7e64 certbot-0.16.0.tar.gz" |