diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-11-09 12:28:06 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-11-09 12:28:06 +0700 |
commit | b1c0ffb2786fee09ae185dc1ec969801612152cf (patch) | |
tree | e4a38672448b8916a63104b5be1a829610041292 /system/letsencrypt | |
parent | 9d480664ad04b3961b55cdfa71338cf1946f8715 (diff) |
system/letsencrypt: Updated for version 0.40.1.
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 159f6a19e6a6..b95865dce77d 100644 --- a/system/letsencrypt/letsencrypt.SlackBuild +++ b/system/letsencrypt/letsencrypt.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=letsencrypt SRCNAM=certbot -VERSION=${VERSION:-0.39.0} +VERSION=${VERSION:-0.40.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/letsencrypt/letsencrypt.info b/system/letsencrypt/letsencrypt.info index ce3617dd0c7d..50a1c7196eb0 100644 --- a/system/letsencrypt/letsencrypt.info +++ b/system/letsencrypt/letsencrypt.info @@ -1,8 +1,8 @@ PRGNAM="letsencrypt" -VERSION="0.39.0" +VERSION="0.40.1" HOMEPAGE="https://letsencrypt.org/" -DOWNLOAD="https://github.com/certbot/certbot/archive/v0.39.0/certbot-0.39.0.tar.gz" -MD5SUM="7522779f57f12e1729e9f95a53d697c7" +DOWNLOAD="https://github.com/certbot/certbot/archive/v0.40.1/certbot-0.40.1.tar.gz" +MD5SUM="6b187c9b843c715b5486ac4b212316cd" 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 python-distro" |