diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-03-11 07:48:26 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-03-16 06:53:14 +0700 |
commit | 31b894815a6ea9d5a4e05499d68abdec7d226ae4 (patch) | |
tree | f0d1282ab8917bdcb610223be2093f52a9d6ef6b /system/letsencrypt | |
parent | 36012e4f13620bad249132d16beac2a2d1f1029e (diff) |
system/letsencrypt: Updated for version 0.32.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/letsencrypt')
-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 76b8ba1ad951..3313e339f315 100644 --- a/system/letsencrypt/letsencrypt.SlackBuild +++ b/system/letsencrypt/letsencrypt.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=letsencrypt SRCNAM=certbot -VERSION=${VERSION:-0.31.0} +VERSION=${VERSION:-0.32.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/letsencrypt/letsencrypt.info b/system/letsencrypt/letsencrypt.info index 72bee9a20e0c..884fdf66a863 100644 --- a/system/letsencrypt/letsencrypt.info +++ b/system/letsencrypt/letsencrypt.info @@ -1,8 +1,8 @@ PRGNAM="letsencrypt" -VERSION="0.31.0" +VERSION="0.32.0" HOMEPAGE="https://letsencrypt.org/" -DOWNLOAD="https://github.com/certbot/certbot/archive/v0.31.0/certbot-0.31.0.tar.gz" -MD5SUM="13f5526964b6c95ef3de8772ed4e657d" +DOWNLOAD="https://github.com/certbot/certbot/archive/v0.32.0/certbot-0.32.0.tar.gz" +MD5SUM="28290cd10c635525dce9a37c7cb05931" 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" |