diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-30 23:33:59 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-02-03 04:33:13 +0700 |
commit | 3f843a117fa4b86a21fdf88c67f24533bf862bd9 (patch) | |
tree | e3828c631928afcd15a802e77681bea494eee3c6 | |
parent | e74067aaf4a7b8cd343c69ef3cf3182815ab68c8 (diff) | |
download | slackbuilds-3f843a117fa4b86a21fdf88c67f24533bf862bd9.tar.gz |
system/letsencrypt: Updated for version 0.10.2.
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 44e399369a..f0acc4efd1 100644 --- a/system/letsencrypt/letsencrypt.SlackBuild +++ b/system/letsencrypt/letsencrypt.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=letsencrypt SRCNAM=certbot -VERSION=${VERSION:-0.10.1} +VERSION=${VERSION:-0.10.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/letsencrypt/letsencrypt.info b/system/letsencrypt/letsencrypt.info index 1e609e7965..c73be2ddc1 100644 --- a/system/letsencrypt/letsencrypt.info +++ b/system/letsencrypt/letsencrypt.info @@ -1,8 +1,8 @@ PRGNAM="letsencrypt" -VERSION="0.10.1" +VERSION="0.10.2" HOMEPAGE="https://letsencrypt.org/" -DOWNLOAD="https://github.com/certbot/certbot/archive/v0.10.1/certbot-0.10.1.tar.gz" -MD5SUM="1121a13e1ad59ab0f6f9aba52015d820" +DOWNLOAD="https://github.com/certbot/certbot/archive/v0.10.2/certbot-0.10.2.tar.gz" +MD5SUM="3eda274c82e4faa96af2ea6dca783748" 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" |