diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-03-27 21:15:16 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-03-31 07:41:38 +0700 |
commit | 76fa224d9249e56afb3e3dad160f3949a789e421 (patch) | |
tree | c06974556d3f393807a312086b6ffa74ea104048 /system/letsencrypt | |
parent | 36cd906e383c53e5ca3886ab8d183d0f0b129c4a (diff) | |
download | slackbuilds-76fa224d9249e56afb3e3dad160f3949a789e421.tar.gz |
system/letsencrypt: Updated for version 0.22.2.
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 89c02ca358..47a7ed4a08 100644 --- a/system/letsencrypt/letsencrypt.SlackBuild +++ b/system/letsencrypt/letsencrypt.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=letsencrypt SRCNAM=certbot -VERSION=${VERSION:-0.22.0} +VERSION=${VERSION:-0.22.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/letsencrypt/letsencrypt.info b/system/letsencrypt/letsencrypt.info index 7bce1c30ce..b13325320e 100644 --- a/system/letsencrypt/letsencrypt.info +++ b/system/letsencrypt/letsencrypt.info @@ -1,8 +1,8 @@ PRGNAM="letsencrypt" -VERSION="0.22.0" +VERSION="0.22.2" HOMEPAGE="https://letsencrypt.org/" -DOWNLOAD="https://github.com/certbot/certbot/archive/v0.22.0/certbot-0.22.0.tar.gz" -MD5SUM="8cdb582d45d39ec4f9f9f4c2f2bdd0be" +DOWNLOAD="https://github.com/certbot/certbot/archive/v0.22.2/certbot-0.22.2.tar.gz" +MD5SUM="00cd4517bd2840d80ec45be2c8227fe4" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="configobj mock python-requests pytz python2-pythondialog zope.component pyrfc3339 psutil python-parsedatetime python-configargparse werkzeug ndg_httpsclient python-augeas pyparsing josepy" |