diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-09 13:09:00 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-09 13:09:40 +0700 |
commit | a6cb7930e8bd0c081ffdce41e4fec3d01913b13b (patch) | |
tree | e385715470fe9747d3694d17b75e34e0c3f84884 /system | |
parent | 977dc4045a1e243cd6fda0f474fbe2ba204759a1 (diff) | |
download | slackbuilds-a6cb7930e8bd0c081ffdce41e4fec3d01913b13b.tar.gz |
system/letsencrypt: Updated for version 1.9.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 3d1cd434ba..06a3464fcc 100644 --- a/system/letsencrypt/letsencrypt.SlackBuild +++ b/system/letsencrypt/letsencrypt.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=letsencrypt SRCNAM=certbot -VERSION=${VERSION:-1.8.0} +VERSION=${VERSION:-1.9.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/letsencrypt/letsencrypt.info b/system/letsencrypt/letsencrypt.info index c5d5d52cb9..c06bc269a2 100644 --- a/system/letsencrypt/letsencrypt.info +++ b/system/letsencrypt/letsencrypt.info @@ -1,8 +1,8 @@ PRGNAM="letsencrypt" -VERSION="1.8.0" +VERSION="1.9.0" HOMEPAGE="https://letsencrypt.org/" -DOWNLOAD="https://github.com/certbot/certbot/archive/v1.8.0/certbot-1.8.0.tar.gz" -MD5SUM="a621518a36ae6147b7b43e95e0d3332a" +DOWNLOAD="https://github.com/certbot/certbot/archive/v1.9.0/certbot-1.9.0.tar.gz" +MD5SUM="bc7ba293a93203546d6809a3af37db8d" 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" |