diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-05-20 07:54:03 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-05-20 07:54:03 +0700 |
commit | d868c76c5c0d91b977b34e2e6755607cd72ed8a4 (patch) | |
tree | 8c85b03117a679ebc4b4b2d972811acfdcfac51d /system/letsencrypt | |
parent | 10fa501b645e1653035ea8353d8102749e5468b8 (diff) | |
download | slackbuilds-d868c76c5c0d91b977b34e2e6755607cd72ed8a4.tar.gz |
system/letsencrypt: Updated for version 0.24.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 | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/system/letsencrypt/letsencrypt.SlackBuild b/system/letsencrypt/letsencrypt.SlackBuild index 707c35840e..a8228f316a 100644 --- a/system/letsencrypt/letsencrypt.SlackBuild +++ b/system/letsencrypt/letsencrypt.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=letsencrypt SRCNAM=certbot -VERSION=${VERSION:-0.23.0} +VERSION=${VERSION:-0.24.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/letsencrypt/letsencrypt.info b/system/letsencrypt/letsencrypt.info index a381c6b7d9..dd14c3279b 100644 --- a/system/letsencrypt/letsencrypt.info +++ b/system/letsencrypt/letsencrypt.info @@ -1,8 +1,8 @@ PRGNAM="letsencrypt" -VERSION="0.23.0" +VERSION="0.24.0" HOMEPAGE="https://letsencrypt.org/" -DOWNLOAD="https://github.com/certbot/certbot/archive/v0.23.0/certbot-0.23.0.tar.gz" -MD5SUM="22a83d44554f444f7cc1ffcec4481897" +DOWNLOAD="https://github.com/certbot/certbot/archive/v0.24.0/certbot-0.24.0.tar.gz" +MD5SUM="62717533ca2def2577a7b64954d775fd" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="configobj mock python-requests pytz python2-pythondialog zope.component pyrfc3339 psutil python-parsedatetime python-configargparse werkzeug ndg_httpsclient python-augeas pyparsing josepy" |