diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2019-05-02 08:00:28 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2019-05-02 08:22:33 +0000 |
commit | ad1c3149cea8b05ef1b358be68761ddf0db7c82e (patch) | |
tree | fec14815f76f76dfc526cd683488b88654456794 /community/certbot | |
parent | ec1558cf25a683a5953f09659ca168b5e6511a03 (diff) | |
download | aports-ad1c3149cea8b05ef1b358be68761ddf0db7c82e.tar.bz2 aports-ad1c3149cea8b05ef1b358be68761ddf0db7c82e.tar.xz |
community/certbot: upgrade to 0.34.0
Diffstat (limited to 'community/certbot')
-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 05b541792c..ce8603a02e 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.33.1 -pkgrel=1 +pkgver=0.34.0 +pkgrel=0 pkgdesc="An ACME client that can update Apache/Nginx configurations" url="https://github.com/certbot/certbot" arch="noarch" @@ -114,4 +114,4 @@ postfix() { python3 setup.py install --prefix=/usr --root="$subpkgdir" } -sha512sums="055030e1ab1d3eb57b980c44732c8ec623d99de2d797a2b825bd2b816fce5b4c4d63d09178eb0a79fb83d991d63f00a149cc043067a2ae42a0ddcaa4fd329979 certbot-0.33.1.tar.gz" +sha512sums="24d4a58bcc220451532b1b7d1ddaa90ef773935ff65c2b06e121f044b5575d159555a757660abebd72ff4134a257394dbc99c981729d846d565c75f692317a30 certbot-0.34.0.tar.gz" |