diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-01-26 01:09:05 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-01-26 01:09:05 +0700 |
commit | 85cca502e3d4adc485ef7d7c6e68e41afe8468ac (patch) | |
tree | 9ba7bea4e5b9da9ac3e155a7108f7d05ce616d71 /system | |
parent | 8cb3d2dbd2765a6ceccd6e74669e3d1f80f48622 (diff) | |
download | slackbuilds-85cca502e3d4adc485ef7d7c6e68e41afe8468ac.tar.gz |
system/letsencrypt: Updated for version 0.30.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-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 c6bd84ce28..e66b3d7b00 100644 --- a/system/letsencrypt/letsencrypt.SlackBuild +++ b/system/letsencrypt/letsencrypt.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=letsencrypt SRCNAM=certbot -VERSION=${VERSION:-0.30.0} +VERSION=${VERSION:-0.30.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/letsencrypt/letsencrypt.info b/system/letsencrypt/letsencrypt.info index 9da771617e..345da5feca 100644 --- a/system/letsencrypt/letsencrypt.info +++ b/system/letsencrypt/letsencrypt.info @@ -1,8 +1,8 @@ PRGNAM="letsencrypt" -VERSION="0.30.0" +VERSION="0.30.1" HOMEPAGE="https://letsencrypt.org/" -DOWNLOAD="https://github.com/certbot/certbot/archive/v0.30.0/certbot-0.30.0.tar.gz" -MD5SUM="b49cd69d845696f1b59d05a751b942ab" +DOWNLOAD="https://github.com/certbot/certbot/archive/v0.30.1/certbot-0.30.1.tar.gz" +MD5SUM="61fe254c5ff048ea2a08a98120e805fd" 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" |