aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2018-03-08 07:22:35 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2018-03-08 07:24:02 +0000
commit87e911459fa839892c19784813be483f39e7023a (patch)
tree2099183b28019dbd0adff9bfa7767fc4b5058589 /community
parent808153e8668fd197d9fddf4ae7e3b1aaf980ea4c (diff)
community/certbot: upgrade to 0.22.0
Diffstat (limited to 'community')
-rw-r--r--community/certbot/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/certbot/APKBUILD b/community/certbot/APKBUILD
index b3a720ad241..5be3c2827a7 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.21.1
-pkgrel=1
+pkgver=0.22.0
+pkgrel=0
pkgdesc="An ACME client that can update Apache/Nginx configurations"
url="https://github.com/certbot/certbot"
arch="noarch"
@@ -45,4 +45,4 @@ acme() {
python2 setup.py install --prefix=/usr --root="$subpkgdir"
}
-sha512sums="6f3ffba7dc06bcc2a6b9835906331753ee2715192e7a49562314480069f22e4a66bb26f04dc4bbdfb0ab40998220d0c9b77fb0351e042116b02996fb2da699d2 certbot-0.21.1.tar.gz"
+sha512sums="406810e29a2637c420b9a8a3feb3a2ffb77bd740419cbcf46d10ab152a7252c765c058481b2a1f9a96cc426a9ae018bf90540fc0ebd54be1c8822c528cf1b605 certbot-0.22.0.tar.gz"