diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2019-02-20 12:59:32 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2019-02-20 13:05:14 +0000 |
commit | babc7d8e24b10db6e0e2fb143b4171dcb733a79b (patch) | |
tree | 5d3e7dca7bcb0992320ebf71939349a20ea7fafb /community/certbot | |
parent | 589dd40d2634064843444c109a54ca69717da59b (diff) | |
download | aports-babc7d8e24b10db6e0e2fb143b4171dcb733a79b.tar.bz2 aports-babc7d8e24b10db6e0e2fb143b4171dcb733a79b.tar.xz |
community/certbot: upgrade to 0.31.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 c0f517e366..ad6bdb2f6f 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.30.2 -pkgrel=2 +pkgver=0.31.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="94c26be7c04de74acf650b4d243675e92c6807eb6bb82fcffd867b22aa5b5527e6f637155fafcb121dfeff77e8a236301c080ad42284b3bf777d2cfc7f4d0de6 certbot-0.30.2.tar.gz" +sha512sums="9202800649691e9b2d6b4c898b975d11ef3aba8f34903c93a11eafa5300f64c939547cfbbe34ac664de293d2540b143f14d3117969e4a6dfc55d624cfae44fea certbot-0.31.0.tar.gz" |