diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2019-04-06 14:10:59 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2019-04-06 17:19:56 +0000 |
commit | 05bc1587041b6c433d6601e42adf41ba82547c5a (patch) | |
tree | c6d56d66926cb42c39b639d8ef2c28437c3dd789 | |
parent | 00337510ba999ce6225f59a23cdb13945ec8169a (diff) | |
download | aports-05bc1587041b6c433d6601e42adf41ba82547c5a.tar.bz2 aports-05bc1587041b6c433d6601e42adf41ba82547c5a.tar.xz |
community/certbot: upgrade to 0.33.1
-rw-r--r-- | community/certbot/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/certbot/APKBUILD b/community/certbot/APKBUILD index c9ab048a55..c66cb29b55 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=0.33.0 +pkgver=0.33.1 pkgrel=0 pkgdesc="An ACME client that can update Apache/Nginx configurations" url="https://github.com/certbot/certbot" @@ -114,4 +114,4 @@ postfix() { python3 setup.py install --prefix=/usr --root="$subpkgdir" } -sha512sums="4a653e5e7b62d938a46421df509063a3aedf978b73cf3b44088408bf3c48b70c70fe595c449fe9df54e5724c2d5c03357be434b305f5378eaa8261f811678133 certbot-0.33.0.tar.gz" +sha512sums="055030e1ab1d3eb57b980c44732c8ec623d99de2d797a2b825bd2b816fce5b4c4d63d09178eb0a79fb83d991d63f00a149cc043067a2ae42a0ddcaa4fd329979 certbot-0.33.1.tar.gz" |