diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-04-08 07:44:08 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-04-08 07:44:08 +0700 |
commit | 0be2e719674169978c79c634cfaa2d193f30af34 (patch) | |
tree | e9d67b5f3ce9eb98577eb9c0aa09b5ad0aff859b /system/letsencrypt | |
parent | b7aec67bb1a8e6a46cf4d7ffc44353ed1a28f2d9 (diff) | |
download | slackbuilds-0be2e719674169978c79c634cfaa2d193f30af34.tar.gz |
system/letsencrypt: Updated for version 0.33.1.
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 533953885f..d43739ef57 100644 --- a/system/letsencrypt/letsencrypt.SlackBuild +++ b/system/letsencrypt/letsencrypt.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=letsencrypt SRCNAM=certbot -VERSION=${VERSION:-0.33.0} +VERSION=${VERSION:-0.33.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/letsencrypt/letsencrypt.info b/system/letsencrypt/letsencrypt.info index 74f2819082..b60c85bfcb 100644 --- a/system/letsencrypt/letsencrypt.info +++ b/system/letsencrypt/letsencrypt.info @@ -1,8 +1,8 @@ PRGNAM="letsencrypt" -VERSION="0.33.0" +VERSION="0.33.1" HOMEPAGE="https://letsencrypt.org/" -DOWNLOAD="https://github.com/certbot/certbot/archive/v0.33.0/certbot-0.33.0.tar.gz" -MD5SUM="6e97be49830e8271e959b592a31e70d6" +DOWNLOAD="https://github.com/certbot/certbot/archive/v0.33.1/certbot-0.33.1.tar.gz" +MD5SUM="52c989c45914bf8c9a06accf9859931e" 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" |