diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-01-09 09:29:51 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-01-09 09:29:51 +0700 |
commit | c8018da29b7fe4bdd62433cefc3b5827736d0232 (patch) | |
tree | 79a1866661b154ba0d387980c22aa03bb9b1694a /system/letsencrypt | |
parent | 71ef7c2e804900546b454247d9cf458f38d16202 (diff) | |
download | slackbuilds-c8018da29b7fe4bdd62433cefc3b5827736d0232.tar.gz |
system/letsencrypt: Updated for version 1.11.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 47d057c772..9c3bd63ae8 100644 --- a/system/letsencrypt/letsencrypt.SlackBuild +++ b/system/letsencrypt/letsencrypt.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=letsencrypt SRCNAM=certbot -VERSION=${VERSION:-1.10.1} +VERSION=${VERSION:-1.11.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/letsencrypt/letsencrypt.info b/system/letsencrypt/letsencrypt.info index e25114c6ad..d20419acfc 100644 --- a/system/letsencrypt/letsencrypt.info +++ b/system/letsencrypt/letsencrypt.info @@ -1,8 +1,8 @@ PRGNAM="letsencrypt" -VERSION="1.10.1" +VERSION="1.11.0" HOMEPAGE="https://letsencrypt.org/" -DOWNLOAD="https://github.com/certbot/certbot/archive/v1.10.1/certbot-1.10.1.tar.gz" -MD5SUM="36f0bc3f59bb13cc156e73c8887f4c63" +DOWNLOAD="https://github.com/certbot/certbot/archive/v1.11.0/certbot-1.11.0.tar.gz" +MD5SUM="805e64dbfa69d9f4fd8ba2981ed9ff97" 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" |