diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-10-05 06:52:46 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-10-05 06:52:46 +0700 |
commit | 1bd12e7b1e1804fbe39ea09d5b35a3719d04124c (patch) | |
tree | 0dafd88836c4d8a41c8f6912c04a8ab1fbcda0e6 /system/letsencrypt | |
parent | 0cecdc77f3e65c1206ec0977a1ff0054976835e4 (diff) | |
download | slackbuilds-1bd12e7b1e1804fbe39ea09d5b35a3719d04124c.tar.gz |
system/letsencrypt: Updated for version 0.39.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 69970b7e19..159f6a19e6 100644 --- a/system/letsencrypt/letsencrypt.SlackBuild +++ b/system/letsencrypt/letsencrypt.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=letsencrypt SRCNAM=certbot -VERSION=${VERSION:-0.38.0} +VERSION=${VERSION:-0.39.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/letsencrypt/letsencrypt.info b/system/letsencrypt/letsencrypt.info index f6fc57949e..ce3617dd0c 100644 --- a/system/letsencrypt/letsencrypt.info +++ b/system/letsencrypt/letsencrypt.info @@ -1,8 +1,8 @@ PRGNAM="letsencrypt" -VERSION="0.38.0" +VERSION="0.39.0" HOMEPAGE="https://letsencrypt.org/" -DOWNLOAD="https://github.com/certbot/certbot/archive/v0.38.0/certbot-0.38.0.tar.gz" -MD5SUM="88e7bfab526552297c11711f18b3a248" +DOWNLOAD="https://github.com/certbot/certbot/archive/v0.39.0/certbot-0.39.0.tar.gz" +MD5SUM="7522779f57f12e1729e9f95a53d697c7" 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" |