diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2019-06-06 07:52:43 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2019-06-06 07:52:43 +0000 |
commit | 9938c584b7c4f0e1b4a853ee9ac95a820e0e7ffc (patch) | |
tree | af80e1798f59c543a040988e07021d83a5a9d9f5 /community/certbot | |
parent | 4813ba594d3151054d58693f3819626b248ba87c (diff) | |
download | aports-9938c584b7c4f0e1b4a853ee9ac95a820e0e7ffc.tar.bz2 aports-9938c584b7c4f0e1b4a853ee9ac95a820e0e7ffc.tar.xz |
community/certbot: upgrade to 0.35.0
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 cc5600a8f5..cce089702d 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.34.2 +pkgver=0.35.0 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="63923b1d433f4c714318e848335e696e2412c574cc16f4fb1631caeebdce5a7f599985cf450e96dceb87a958c8f09a003e1d2f24eac1bdc183c7a5c43bb362de certbot-0.34.2.tar.gz" +sha512sums="ca94858aca5c6849dd6667d1e96389d80a7882de9a4deeda28d244ac105c1524dddb100dc899e4fabdef908607956617e26640b8e573b04a0625e19413c23bee certbot-0.35.0.tar.gz" |