diff options
author | Andy Postnikov <apostnikov@gmail.com> | 2019-01-19 04:49:05 +0200 |
---|---|---|
committer | Carlo Landmeter <clandmeter@alpinelinux.org> | 2019-01-27 09:23:39 +0000 |
commit | 28cc6f7723b38e36b83a31e2bab4ce031a5b4db8 (patch) | |
tree | 4af823b6ce6e0e049e4a6daa4b2a6df6ec053ba1 /community/certbot | |
parent | 9b0f114e6ab80b9138f621604f1d4ea0cd6694e9 (diff) | |
download | aports-28cc6f7723b38e36b83a31e2bab4ce031a5b4db8.tar.bz2 aports-28cc6f7723b38e36b83a31e2bab4ce031a5b4db8.tar.xz |
community/certbot: upgrade to 0.30.2
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 09d0aefdcc..e55dbd2230 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.30.1 +pkgver=0.30.2 pkgrel=0 pkgdesc="An ACME client that can update Apache/Nginx configurations" url="https://github.com/certbot/certbot" @@ -113,4 +113,4 @@ postfix() { python3 setup.py install --prefix=/usr --root="$subpkgdir" } -sha512sums="31b790ed6911a9e632327d0833209c679535403d71a9977c8b785cc7585c67a4e18971b33f407598da4c7c67e073b0c2164203df34ec69bf3a0feb6bb326fbce certbot-0.30.1.tar.gz" +sha512sums="94c26be7c04de74acf650b4d243675e92c6807eb6bb82fcffd867b22aa5b5527e6f637155fafcb121dfeff77e8a236301c080ad42284b3bf777d2cfc7f4d0de6 certbot-0.30.2.tar.gz" |