aboutsummaryrefslogtreecommitdiffstats
path: root/community/certbot
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2016-10-06 09:27:05 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2016-10-06 09:27:10 +0000
commit121e888cd11595577f5963f096f10a753331c778 (patch)
tree352af5a2cea86e27022e056d444e097c54271292 /community/certbot
parente76997c61a4ea29ccbadc0adc5bd20349d63ef47 (diff)
downloadaports-121e888cd11595577f5963f096f10a753331c778.tar.bz2
aports-121e888cd11595577f5963f096f10a753331c778.tar.xz
community/certbot: upgrade to 0.9.0
Diffstat (limited to 'community/certbot')
-rw-r--r--community/certbot/APKBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/community/certbot/APKBUILD b/community/certbot/APKBUILD
index 8456ba08f3..532c0266dc 100644
--- a/community/certbot/APKBUILD
+++ b/community/certbot/APKBUILD
@@ -1,14 +1,14 @@
# Contributor: Carlo Landmeter <clandmeter@gmail.com>
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=certbot
-pkgver=0.8.1
+pkgver=0.9.0
pkgrel=0
pkgdesc="An ACME client that can update Apache/Nginx configurations"
url="https://github.com/certbot/certbot"
arch="noarch"
license="Apache"
depends="py-setuptools py-mock py-acme py-configargparse py-configobj
- py-cryptography py-parsedatetime py-psutil py-dialog py-openssl
+ py-cryptography py-parsedatetime py-dialog py-openssl
py-rfc3339 py-tz py-requests py-six py-zope-component py-zope-interface
py-zope-event py-cffi py-enum34 py-ipaddress py-idna"
# define acme deps here and add them to makedepends
@@ -43,9 +43,9 @@ acme() {
python setup.py install --prefix=/usr --root="$subpkgdir" || return 1
}
-md5sums="b7823e4c573b0e5884d5f034999511e3 certbot-0.8.1.tar.gz
+md5sums="9f43e0b7b80f5989cf9ca53c8fbe7f52 certbot-0.9.0.tar.gz
98c8ab7fede335bd00b0f0d85cd447e1 letsencrypt-wrapper"
-sha256sums="1fb4834eba306a656f26257f86ed298df354cdecb1b0bde316a9d23a1e19db01 certbot-0.8.1.tar.gz
+sha256sums="85ed70471e4db110e0a03f1b4b571c098efb7bfcb01c9844f57acf05a46fe09f certbot-0.9.0.tar.gz
4f3a6b71ce80f96f65204fe9c1509a299b5d856a1cc60b99c0dd869269badeff letsencrypt-wrapper"
-sha512sums="8b21d270b5ee847086369b956b3346fdddd50ab0e4490d988e7ca535f4d4101e2859e99bc5f77ac920afd3a6a9210e407b155c89c28d282dc0544735a27e3eaa certbot-0.8.1.tar.gz
+sha512sums="28376d4fc1c119a5b3902c56dff64d8b30c767c539e3ec066715cb7614ddeee7c7eec65d0367b99d2e03ac0e18127caad32c8726d77d66da83e8ccd824a6569b certbot-0.9.0.tar.gz
db22121e32f9654b9b27883fc405b727ba85426d4122b901bf494d3ccf12bf1d2093b68979c005551762cc1ea80c5e5a442098504e3aa0e1b9286dca4819c24c letsencrypt-wrapper"