diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-07-07 18:45:41 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-07-07 18:45:41 +0700 |
commit | b5fb1148b72c05fa8a8fef588ae1a7c076907f81 (patch) | |
tree | 28d5f7ffa3b0d7e2c2e3c7bd6f5114929b6ddfe3 | |
parent | 3275296469322da4382e0db15cdb2ef8defbd7e5 (diff) | |
download | slackbuilds-b5fb1148b72c05fa8a8fef588ae1a7c076907f81.tar.gz |
system/letsencrypt: Updated for version 0.16.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-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 6ce70aa9ea..b93c82a04f 100644 --- a/system/letsencrypt/letsencrypt.SlackBuild +++ b/system/letsencrypt/letsencrypt.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=letsencrypt SRCNAM=certbot -VERSION=${VERSION:-0.15.0} +VERSION=${VERSION:-0.16.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/letsencrypt/letsencrypt.info b/system/letsencrypt/letsencrypt.info index d0700389b5..a0e9a47339 100644 --- a/system/letsencrypt/letsencrypt.info +++ b/system/letsencrypt/letsencrypt.info @@ -1,8 +1,8 @@ PRGNAM="letsencrypt" -VERSION="0.15.0" +VERSION="0.16.0" HOMEPAGE="https://letsencrypt.org/" -DOWNLOAD="https://github.com/certbot/certbot/archive/v0.15.0/certbot-0.15.0.tar.gz" -MD5SUM="aab8cf6f0b6f843e559e41e9eec3e902" +DOWNLOAD="https://github.com/certbot/certbot/archive/v0.16.0/certbot-0.16.0.tar.gz" +MD5SUM="bcdd7b3942279bb4771ce6bfd37e6ffc" 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" |