aboutsummaryrefslogtreecommitdiffstats
path: root/community/certbot
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2019-08-09 05:58:30 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2019-08-09 05:58:54 +0000
commitd7efe41c0e27c67955836aa1903bc590592a928c (patch)
tree0c9fd61c8a9c763a6d46dc47b11fb84ee71c3be5 /community/certbot
parentcd90cae69f32d2b546819935766522e9b4ce1e74 (diff)
downloadaports-d7efe41c0e27c67955836aa1903bc590592a928c.tar.bz2
aports-d7efe41c0e27c67955836aa1903bc590592a928c.tar.xz
community/certbot: upgrade to 0.37.1
Diffstat (limited to 'community/certbot')
-rw-r--r--community/certbot/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/certbot/APKBUILD b/community/certbot/APKBUILD
index b283bab561..e334dc192d 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.37.0
+pkgver=0.37.1
pkgrel=0
pkgdesc="An ACME client that can update Apache/Nginx configurations"
url="https://github.com/certbot/certbot"
@@ -97,5 +97,5 @@ apache() {
python3 setup.py install --prefix=/usr --root="$subpkgdir"
}
-sha512sums="3f2df5f591ba241719fe2e5e90c2b87e2d932d991d943eefbe00b9d76f7fb056d3b6026879511f591473c698b798e78645879f018a78e503b8a06280b036cb35 certbot-0.37.0.tar.gz
+sha512sums="c6a54a795823d5ba7178adc3c494703c120a7c748f402c2afa626eadeca6d73acd03e0ec96c553ef12f6839dfb268608b590efc6b0d574382f3c44a258059999 certbot-0.37.1.tar.gz
eef4247230e27327b90b07489ff8774539624135f2196010fd0c188709da7f092afcb58d8690a48280e508f619bc580295eeb8d12364234d1933a35d31c4c924 remove-check-for-setuptools-version.patch"