diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-08-06 23:18:04 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-08-29 10:08:04 +0700 |
commit | 2d0ff78e84834ebfee987eb12118ce5734f908c4 (patch) | |
tree | 8eb185d3e9d0e8def611d8ed114084fcb3728094 | |
parent | 6cb91ecf3fc3a3e75b8d4021698309d2340592b5 (diff) | |
download | slackbuilds-2d0ff78e84834ebfee987eb12118ce5734f908c4.tar.gz |
system/letsencrypt: Updated for version 1.7.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-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 9d4aada2ff..c164593847 100644 --- a/system/letsencrypt/letsencrypt.SlackBuild +++ b/system/letsencrypt/letsencrypt.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=letsencrypt SRCNAM=certbot -VERSION=${VERSION:-1.6.0} +VERSION=${VERSION:-1.7.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/letsencrypt/letsencrypt.info b/system/letsencrypt/letsencrypt.info index 18db01b2ac..8b9c44a7ce 100644 --- a/system/letsencrypt/letsencrypt.info +++ b/system/letsencrypt/letsencrypt.info @@ -1,8 +1,8 @@ PRGNAM="letsencrypt" -VERSION="1.6.0" +VERSION="1.7.0" HOMEPAGE="https://letsencrypt.org/" -DOWNLOAD="https://github.com/certbot/certbot/archive/v1.6.0/certbot-1.6.0.tar.gz" -MD5SUM="de9684502c960f444a6d432db5aa9ed0" +DOWNLOAD="https://github.com/certbot/certbot/archive/v1.7.0/certbot-1.7.0.tar.gz" +MD5SUM="399cc841b403327b52b5a53815cdbca0" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="configobj mock pytz python3-pythondialog zope.component pyrfc3339 psutil python-parsedatetime python-configargparse werkzeug ndg_httpsclient python3-augeas josepy funcsigs requests-toolbelt python-distro python3-certifi python3-packaging" |