aboutsummaryrefslogtreecommitdiffstats
path: root/community/certbot
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2020-03-04 06:34:13 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2020-03-04 06:42:05 +0000
commit5239d1b8462c2bca39204860871df3459822972a (patch)
tree24396b79a8ed80a348c0624f703bcdea547bc792 /community/certbot
parent595ecd57bcdf25db8a6b4b5d2d2c1c92d6867ea5 (diff)
downloadaports-5239d1b8462c2bca39204860871df3459822972a.tar.bz2
aports-5239d1b8462c2bca39204860871df3459822972a.tar.xz
community/certbot: upgrade to 1.3.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 993247a95e..e2fc3fe03f 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=1.2.0
+pkgver=1.3.0
pkgrel=0
pkgdesc="An ACME client that can update Apache/Nginx configurations"
url="https://github.com/certbot/certbot"
@@ -40,5 +40,5 @@ package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
-sha512sums="e4e3855c8f3dde27554932a4db226c93b16588d91eed07415a7161776b93d1d006313ccaf10a05c5dc369843f4141dec2b0f98201967995b83ea3a036837cda7 certbot-1.2.0.tar.gz
+sha512sums="6bbab5e6e44548931a48980fb580c5b8f30bbc04eccd1315e71414ad2a762251451166d9de7dd506b9f96ae71293e2b2dd78e33a799b04456f2c48225d68db0e certbot-1.3.0.tar.gz
880c462d225567047e30c91e6f0cb57d8fff53785fb99430f1505051a6eb76252ee0aa82367d1e1ecc89030b06f82d2bac79a64f5f50f759db97d32d0e0f3fa0 cerbot_py3_looseversion.patch"