aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"