diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-01-03 11:22:04 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-01-05 07:49:21 +0700 |
commit | 7d8c00f6d91a0c31d33ece472b3b3c59705dc2c6 (patch) | |
tree | bdf0f8b4e61cec82d667a499867a216771741b93 | |
parent | c597077386d80ca37ca3204f711a1abe9d7e19f0 (diff) | |
download | slackbuilds-7d8c00f6d91a0c31d33ece472b3b3c59705dc2c6.tar.gz |
system/letsencrypt: Updated for version 0.30.0.
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 91a6a0cb7c..c6bd84ce28 100644 --- a/system/letsencrypt/letsencrypt.SlackBuild +++ b/system/letsencrypt/letsencrypt.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for letsencrypt -# Copyright 2015-2018 Willy Sudiarto Raharjo <willysr@slackbuilds.org> +# Copyright 2015-2019 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.29.1} +VERSION=${VERSION:-0.30.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/letsencrypt/letsencrypt.info b/system/letsencrypt/letsencrypt.info index 4102c96446..9da771617e 100644 --- a/system/letsencrypt/letsencrypt.info +++ b/system/letsencrypt/letsencrypt.info @@ -1,8 +1,8 @@ PRGNAM="letsencrypt" -VERSION="0.29.1" +VERSION="0.30.0" HOMEPAGE="https://letsencrypt.org/" -DOWNLOAD="https://github.com/certbot/certbot/archive/v0.29.1/certbot-0.29.1.tar.gz" -MD5SUM="29419661c2d61b493d3c0302052579c1" +DOWNLOAD="https://github.com/certbot/certbot/archive/v0.30.0/certbot-0.30.0.tar.gz" +MD5SUM="b49cd69d845696f1b59d05a751b942ab" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="configobj mock pytz python2-pythondialog zope.component pyrfc3339 psutil python-parsedatetime python-configargparse werkzeug ndg_httpsclient python-augeas pyparsing josepy funcsigs requests-toolbelt" |