diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-05-29 10:32:39 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-05-29 10:32:39 +0700 |
commit | 215206e6e708ac2c10cd4a536d28826be1caa0cb (patch) | |
tree | e8a5b66a90feb4816e7870edca2ce4254c2bc12d /system | |
parent | 48f361337c8ad1df24dde90541cefb2c2a33f3d4 (diff) | |
download | slackbuilds-215206e6e708ac2c10cd4a536d28826be1caa0cb.tar.gz |
system/letsencrypt: Updated for version 0.7.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 6d62dd7ee6..61099295f7 100644 --- a/system/letsencrypt/letsencrypt.SlackBuild +++ b/system/letsencrypt/letsencrypt.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=letsencrypt SRCNAM=certbot -VERSION=${VERSION:-0.6.0} +VERSION=${VERSION:-0.7.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/letsencrypt/letsencrypt.info b/system/letsencrypt/letsencrypt.info index 9c62d01f24..5c3612eaee 100644 --- a/system/letsencrypt/letsencrypt.info +++ b/system/letsencrypt/letsencrypt.info @@ -1,8 +1,8 @@ PRGNAM="letsencrypt" -VERSION="0.6.0" +VERSION="0.7.0" HOMEPAGE="https://letsencrypt.org/" -DOWNLOAD="https://github.com/certbot/certbot/archive/v0.6.0.tar.gz" -MD5SUM="350c3cecbb066b96739a50cba04f5d4c" +DOWNLOAD="https://github.com/certbot/certbot/archive/v0.7.0/certbot-0.7.0.tar.gz" +MD5SUM="8a641a2693552b6dca86d3ad5df851fa" 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" |