diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-09-06 00:32:54 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-09-06 00:32:54 +0700 |
commit | 376192d44be5b7900d7f43044c0e2c0c56d2203e (patch) | |
tree | f4c2f6adf6aefeb8597e6191c5fcbcc753ed1f20 /system/letsencrypt | |
parent | 7bcb50717bbdfaa8362bc62f2c76ded15768f646 (diff) | |
download | slackbuilds-376192d44be5b7900d7f43044c0e2c0c56d2203e.tar.gz |
system/letsencrypt: Updated for version 0.38.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/letsencrypt')
-rw-r--r-- | system/letsencrypt/letsencrypt.SlackBuild | 2 | ||||
-rw-r--r-- | system/letsencrypt/letsencrypt.info | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/system/letsencrypt/letsencrypt.SlackBuild b/system/letsencrypt/letsencrypt.SlackBuild index 4125afbee6..69970b7e19 100644 --- a/system/letsencrypt/letsencrypt.SlackBuild +++ b/system/letsencrypt/letsencrypt.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=letsencrypt SRCNAM=certbot -VERSION=${VERSION:-0.37.2} +VERSION=${VERSION:-0.38.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/letsencrypt/letsencrypt.info b/system/letsencrypt/letsencrypt.info index 7a580fc20a..f6fc57949e 100644 --- a/system/letsencrypt/letsencrypt.info +++ b/system/letsencrypt/letsencrypt.info @@ -1,10 +1,10 @@ PRGNAM="letsencrypt" -VERSION="0.37.2" +VERSION="0.38.0" HOMEPAGE="https://letsencrypt.org/" -DOWNLOAD="https://github.com/certbot/certbot/archive/v0.37.2/certbot-0.37.2.tar.gz" -MD5SUM="ff152a7ca360fbad59ef4725b0ea9978" +DOWNLOAD="https://github.com/certbot/certbot/archive/v0.38.0/certbot-0.38.0.tar.gz" +MD5SUM="88e7bfab526552297c11711f18b3a248" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="configobj mock pytz python2-pythondialog zope.component pyrfc3339 psutil python-parsedatetime python-configargparse werkzeug ndg_httpsclient python-augeas pyparsing josepy funcsigs requests-toolbelt" +REQUIRES="configobj mock pytz python2-pythondialog zope.component pyrfc3339 psutil python-parsedatetime python-configargparse werkzeug ndg_httpsclient python-augeas pyparsing josepy funcsigs requests-toolbelt python-distro" MAINTAINER="Willy Sudiarto Raharjo" EMAIL="willysr@slackbuilds.org" |