aboutsummaryrefslogtreecommitdiffstats
path: root/community/certbot
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2019-09-04 06:28:07 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2019-09-04 12:08:31 +0000
commit20c81f72c388b6023ec806af243c2165f78a757f (patch)
treec704328c7ce3a87ea2f491b5dd53dcffe203550a /community/certbot
parentedf06a9b03438393fb9ee66c6e9f1e5d7224273b (diff)
downloadaports-20c81f72c388b6023ec806af243c2165f78a757f.tar.bz2
aports-20c81f72c388b6023ec806af243c2165f78a757f.tar.xz
community/certbot: upgrade to 0.38.0
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 1dc2c6a121..7f2269a1bb 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.2
+pkgver=0.38.0
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="2e357dfcb6da669f1ab6e4f9aa3e8e3457ce0f794f40c9ac862a9f24208b4f4d773dbafffd97fd1f7e5b2a29e1ca99be787101469384a9e61b4ddb077b644211 certbot-0.37.2.tar.gz
+sha512sums="832ac36c5b13e9764c9aab40856af7b909b630f34b1fe1e42dbf847357b28b2a130df480f1cb543dad0db781a843a79a310eba7b1097370e267d01431c21ee29 certbot-0.38.0.tar.gz
eef4247230e27327b90b07489ff8774539624135f2196010fd0c188709da7f092afcb58d8690a48280e508f619bc580295eeb8d12364234d1933a35d31c4c924 remove-check-for-setuptools-version.patch"