aboutsummaryrefslogtreecommitdiffstats
path: root/community/certbot
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2019-11-12 10:56:40 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2019-11-12 11:25:18 +0000
commit92280d8ccf984a12e8e27073f7e26f808e61fb1f (patch)
treeffbecf6c0c0a9258e30368dbaf90ff1f11c3db2e /community/certbot
parent72f2dae1cc7ca63e772dab45a4942937848f1e97 (diff)
downloadaports-92280d8ccf984a12e8e27073f7e26f808e61fb1f.tar.bz2
aports-92280d8ccf984a12e8e27073f7e26f808e61fb1f.tar.xz
community/certbot: upgrade to 0.40.1
Diffstat (limited to 'community/certbot')
-rw-r--r--community/certbot/APKBUILD10
1 files changed, 4 insertions, 6 deletions
diff --git a/community/certbot/APKBUILD b/community/certbot/APKBUILD
index c91e45c6c9..60a64fc549 100644
--- a/community/certbot/APKBUILD
+++ b/community/certbot/APKBUILD
@@ -1,8 +1,8 @@
# Contributor: Carlo Landmeter <clandmeter@gmail.com>
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=certbot
-pkgver=0.39.0
-pkgrel=2
+pkgver=0.40.1
+pkgrel=0
pkgdesc="An ACME client that can update Apache/Nginx configurations"
url="https://github.com/certbot/certbot"
arch="noarch"
@@ -26,8 +26,7 @@ depends="
checkdepends="py3-augeas"
replaces="letsencrypt"
subpackages="py3-acme:acme $pkgname-nginx $pkgname-apache"
-source="certbot-$pkgver.tar.gz::https://github.com/certbot/certbot/archive/v$pkgver.tar.gz
- remove-check-for-setuptools-version.patch"
+source="certbot-$pkgver.tar.gz::https://github.com/certbot/certbot/archive/v$pkgver.tar.gz"
build() {
local i
@@ -97,5 +96,4 @@ apache() {
python3 setup.py install --prefix=/usr --root="$subpkgdir"
}
-sha512sums="17ab17a5f74e3fba58b1a8b9afe0c3656c7b2a5ea3585edb05ad84e36250c6a8d4d28bd692bc97d033c95eb0bbeff4eb84981ae0006e36d55846cd38373b86a0 certbot-0.39.0.tar.gz
-e32ceaa0dfe7b83256279f675db088cf5c99f498ee60013a9392127e180a3933165b2759d4801a83ab8dd39005215a78a131f4e88bcefc5b727253ffb47299e3 remove-check-for-setuptools-version.patch"
+sha512sums="e5517a20cf26efba850728b3f81db5d6c3c5570b0a1c8eeeec9d4a4401ac04bcf44c6a2f1c248bf6e0b1be4a21b54f6168ccd11dc766304805f13b4cb16336b3 certbot-0.40.1.tar.gz"