diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-16 00:23:41 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-16 00:23:41 +0700 |
commit | 45ea98c657e9659db991cf62e03a89bd9002cbb6 (patch) | |
tree | 1087a6161bb0bbabcabcc8b2dde62818def3ac16 | |
parent | e7ab2801062ee5c967f78744f6be7231461de6e4 (diff) | |
download | slackbuilds-45ea98c657e9659db991cf62e03a89bd9002cbb6.tar.gz |
system/letsencrypt: Updated for version 0.10.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | system/letsencrypt/letsencrypt.SlackBuild | 4 | ||||
-rw-r--r-- | system/letsencrypt/letsencrypt.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/system/letsencrypt/letsencrypt.SlackBuild b/system/letsencrypt/letsencrypt.SlackBuild index e099eb95bc..44e399369a 100644 --- a/system/letsencrypt/letsencrypt.SlackBuild +++ b/system/letsencrypt/letsencrypt.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for letsencrypt -# Copyright 2015-2016 Willy Sudiarto Raharjo <willysr@slackbuilds.org> +# Copyright 2015-2017 Willy Sudiarto Raharjo <willysr@slackbuilds.org> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ PRGNAM=letsencrypt SRCNAM=certbot -VERSION=${VERSION:-0.9.3} +VERSION=${VERSION:-0.10.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/letsencrypt/letsencrypt.info b/system/letsencrypt/letsencrypt.info index 68c7531a81..1e609e7965 100644 --- a/system/letsencrypt/letsencrypt.info +++ b/system/letsencrypt/letsencrypt.info @@ -1,8 +1,8 @@ PRGNAM="letsencrypt" -VERSION="0.9.3" +VERSION="0.10.1" HOMEPAGE="https://letsencrypt.org/" -DOWNLOAD="https://github.com/certbot/certbot/archive/v0.9.3/certbot-0.9.3.tar.gz" -MD5SUM="23920103accbed8adc6e7e30b14581e2" +DOWNLOAD="https://github.com/certbot/certbot/archive/v0.10.1/certbot-0.10.1.tar.gz" +MD5SUM="1121a13e1ad59ab0f6f9aba52015d820" 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" |