diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2018-09-11 07:50:23 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2018-09-11 07:50:23 +0000 |
commit | b6297001e8725c08f2b7c590d3fb6f294df8670e (patch) | |
tree | 7c3fabd905938bcf1f7b14ff5439060c8ceedab0 /community | |
parent | 99d07c490d6ff9a37fa29bf618c60b546cd84b7c (diff) | |
download | aports-b6297001e8725c08f2b7c590d3fb6f294df8670e.tar.bz2 aports-b6297001e8725c08f2b7c590d3fb6f294df8670e.tar.xz |
community/certbot: upgrade to 0.27.1
Diffstat (limited to 'community')
-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 4e32cd5d0e..ef55e016d3 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.26.1 +pkgver=0.27.1 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="e1eaca840f020135ad329c458b25f69b622de0e886c69fe64f098a6ea468e74e69e16625c5ea5c9465d220b1de01e40a45450dc5e2aded1c474508f65863396a certbot-0.26.1.tar.gz" +sha512sums="ce4edd1088e9abba89f026953e42f782c6e3ef41b11123d7faf8f1e4c230b2be5107ad70b7c6d515b6ce3d06a65ae132a37d4e41fd35f728a17ba94bb09ebb00 certbot-0.27.1.tar.gz" |