diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-07-18 06:50:50 +0000 |
---|---|---|
committer | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-07-18 06:50:50 +0000 |
commit | 1e9ed2c300ef7ded8ec8dd15cd198414cf778616 (patch) | |
tree | f9be74861d986b8c349c35c08bb900d48a8c1dbd /community/certbot/APKBUILD | |
parent | 0da9ffb1a8a348dce07b9d91d7f85cb69262f5d2 (diff) | |
download | aports-1e9ed2c300ef7ded8ec8dd15cd198414cf778616.tar.bz2 aports-1e9ed2c300ef7ded8ec8dd15cd198414cf778616.tar.xz |
community/certbot: upgrade to upgrade to 0.26.1
Diffstat (limited to 'community/certbot/APKBUILD')
-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 286a808f6a..4e32cd5d0e 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.0 +pkgver=0.26.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="19f689d5b8724c6e7aa1539808b1b60913ad0f4a9272ebf6f40115028cef3cb49d9416239e104f125ed549c15e2a032935d0d2da1866548d0a177ef70608dce1 certbot-0.26.0.tar.gz" +sha512sums="e1eaca840f020135ad329c458b25f69b622de0e886c69fe64f098a6ea468e74e69e16625c5ea5c9465d220b1de01e40a45450dc5e2aded1c474508f65863396a certbot-0.26.1.tar.gz" |