diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2018-03-08 07:22:35 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2018-03-08 07:24:02 +0000 |
commit | 87e911459fa839892c19784813be483f39e7023a (patch) | |
tree | 2099183b28019dbd0adff9bfa7767fc4b5058589 /community | |
parent | 808153e8668fd197d9fddf4ae7e3b1aaf980ea4c (diff) | |
download | aports-87e911459fa839892c19784813be483f39e7023a.tar.bz2 aports-87e911459fa839892c19784813be483f39e7023a.tar.xz |
community/certbot: upgrade to 0.22.0
Diffstat (limited to 'community')
-rw-r--r-- | community/certbot/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/certbot/APKBUILD b/community/certbot/APKBUILD index b3a720ad24..5be3c2827a 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" |