summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2019-01-25 19:09:05 +0100
committer Willy Sudiarto Raharjo2019-01-25 19:09:05 +0100
commit85cca502e3d4adc485ef7d7c6e68e41afe8468ac (patch)
tree9ba7bea4e5b9da9ac3e155a7108f7d05ce616d71
parent8cb3d2dbd2765a6ceccd6e74669e3d1f80f48622 (diff)
downloadslackbuilds-85cca502e3d4adc485ef7d7c6e68e41afe8468ac.tar.gz
system/letsencrypt: Updated for version 0.30.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--system/letsencrypt/letsencrypt.SlackBuild2
-rw-r--r--system/letsencrypt/letsencrypt.info6
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"