diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2017-05-31 14:50:37 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2017-05-31 14:51:33 +0000 |
commit | 8580f00d87156c41f8ae46bd392ea47138b10d38 (patch) | |
tree | 3753ad30efb259889661e565549b20c26855937b | |
parent | 0227696f6ecf4ae74690ac09ed8d8a11d177ae3a (diff) | |
download | aports-8580f00d87156c41f8ae46bd392ea47138b10d38.tar.bz2 aports-8580f00d87156c41f8ae46bd392ea47138b10d38.tar.xz |
community/certbot: upgrade to 0.14.2
-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 ca7d4fe8ae..c4a7c97098 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.14.1 +pkgver=0.14.2 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="309e0e1d071960ae9a5cc4c9f965cc623b68d3d61f69282f21629514553a75af4d384d2c29fd3beee6eb8447c7b6651ce86c33c4f3916876fac7a91a08d2075d certbot-0.14.1.tar.gz" +sha512sums="fcecd8c8d0807bf0dd3edde290cf17062a34eae69c7b740b7da78e1a22cee36738cbb472a1324d07127ea846327edcf1d6aefb6747793f019593fc5d56aa2954 certbot-0.14.2.tar.gz" |