diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-05-26 14:04:54 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-05-27 07:31:10 +0700 |
commit | f7ee7597601c4ce476748cf5c01df24d9b4835bb (patch) | |
tree | 143944eea90f9fb7dfad98f06c40143ebe6e6527 | |
parent | 2f1f6e643488807c94a1b2c4f5f45bca5e2768fc (diff) | |
download | slackbuilds-f7ee7597601c4ce476748cf5c01df24d9b4835bb.tar.gz |
system/letsencrypt: Updated for version 0.14.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 fbbec0c1c4..d9500487f1 100644 --- a/system/letsencrypt/letsencrypt.SlackBuild +++ b/system/letsencrypt/letsencrypt.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=letsencrypt SRCNAM=certbot -VERSION=${VERSION:-0.14.1} +VERSION=${VERSION:-0.14.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/letsencrypt/letsencrypt.info b/system/letsencrypt/letsencrypt.info index d9fd4e9e27..e2cf36f10e 100644 --- a/system/letsencrypt/letsencrypt.info +++ b/system/letsencrypt/letsencrypt.info @@ -1,8 +1,8 @@ PRGNAM="letsencrypt" -VERSION="0.14.1" +VERSION="0.14.2" HOMEPAGE="https://letsencrypt.org/" -DOWNLOAD="https://github.com/certbot/certbot/archive/v0.14.1/certbot-0.14.1.tar.gz" -MD5SUM="9a0833266ea026e882009c6fe27ff49b" +DOWNLOAD="https://github.com/certbot/certbot/archive/v0.14.2/certbot-0.14.2.tar.gz" +MD5SUM="4470462d60bdcc38eb277504363a7279" 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" |