diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-06-06 09:15:20 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-06-06 09:15:20 +0700 |
commit | d1e2df1159d6fd878ff9dbe55e44b6ecfcdbbe66 (patch) | |
tree | c5fb909572d00c5ac74cd2822e638c8976d7140b /system/letsencrypt | |
parent | d1fb1dbca9b4a400899d2d96d2cbd5a1821da20a (diff) | |
download | slackbuilds-d1e2df1159d6fd878ff9dbe55e44b6ecfcdbbe66.tar.gz |
system/letsencrypt: Updated for version 1.5.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 ae0599a4a7..5c6f1a303d 100644 --- a/system/letsencrypt/letsencrypt.SlackBuild +++ b/system/letsencrypt/letsencrypt.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=letsencrypt SRCNAM=certbot -VERSION=${VERSION:-1.4.0} +VERSION=${VERSION:-1.5.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/letsencrypt/letsencrypt.info b/system/letsencrypt/letsencrypt.info index f61627931d..9f12a2db58 100644 --- a/system/letsencrypt/letsencrypt.info +++ b/system/letsencrypt/letsencrypt.info @@ -1,8 +1,8 @@ PRGNAM="letsencrypt" -VERSION="1.4.0" +VERSION="1.5.0" HOMEPAGE="https://letsencrypt.org/" -DOWNLOAD="https://github.com/certbot/certbot/archive/v1.4.0/certbot-1.4.0.tar.gz" -MD5SUM="142c73ebd9c682445d75e37a83d13939" +DOWNLOAD="https://github.com/certbot/certbot/archive/v1.5.0/certbot-1.5.0.tar.gz" +MD5SUM="6a8bc9f1bd826f568c02f2319bcb75b2" 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" |