diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-02-12 09:57:22 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-02-12 09:57:22 +0700 |
commit | 7d9a95ffc04c875077078c005b3684fe133d507b (patch) | |
tree | f848011e7b5b97af9cbd1377a7fc2a9063b99db7 /system | |
parent | 9dcb4456554a36d338e511c865f47498626d81ae (diff) | |
download | slackbuilds-7d9a95ffc04c875077078c005b3684fe133d507b.tar.gz |
system/letsencrypt: Updated for version 0.31.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-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 43f260d216..76b8ba1ad9 100644 --- a/system/letsencrypt/letsencrypt.SlackBuild +++ b/system/letsencrypt/letsencrypt.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=letsencrypt SRCNAM=certbot -VERSION=${VERSION:-0.30.2} +VERSION=${VERSION:-0.31.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/letsencrypt/letsencrypt.info b/system/letsencrypt/letsencrypt.info index 1a74c1d946..72bee9a20e 100644 --- a/system/letsencrypt/letsencrypt.info +++ b/system/letsencrypt/letsencrypt.info @@ -1,8 +1,8 @@ PRGNAM="letsencrypt" -VERSION="0.30.2" +VERSION="0.31.0" HOMEPAGE="https://letsencrypt.org/" -DOWNLOAD="https://github.com/certbot/certbot/archive/v0.30.2/certbot-0.30.2.tar.gz" -MD5SUM="29587ee05b211c5cdf70473b3c6edcf0" +DOWNLOAD="https://github.com/certbot/certbot/archive/v0.31.0/certbot-0.31.0.tar.gz" +MD5SUM="13f5526964b6c95ef3de8772ed4e657d" 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" |