diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2019-06-12 15:07:15 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2019-06-12 15:50:43 +0000 |
commit | 4d1535d03e5e6e3f1bb58a78c0cc05e4a5062ea5 (patch) | |
tree | dfaa19458f3897dba157eb7bf416f34a180e3789 /community/certbot | |
parent | 772148ea5a41c6dc4949515b1b7da37a4442cb66 (diff) | |
download | aports-4d1535d03e5e6e3f1bb58a78c0cc05e4a5062ea5.tar.bz2 aports-4d1535d03e5e6e3f1bb58a78c0cc05e4a5062ea5.tar.xz |
community/certbot: upgrade to 0.35.1
Diffstat (limited to 'community/certbot')
-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 cce089702d..793348ba01 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.35.0 +pkgver=0.35.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="ca94858aca5c6849dd6667d1e96389d80a7882de9a4deeda28d244ac105c1524dddb100dc899e4fabdef908607956617e26640b8e573b04a0625e19413c23bee certbot-0.35.0.tar.gz" +sha512sums="a4dc2ac2e451f2aaf99c545f8dc8e960783465519be6e29f52e5ee53dd49175f86df5613829fa801d8aa56ddfc9b79e27dba33eda89f3d0a0fae52ef881b0afa certbot-0.35.1.tar.gz" |