summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2019-07-20 05:31:48 +0200
committer Willy Sudiarto Raharjo2019-07-20 05:31:48 +0200
commit087b4fcebefbb5185ba2161bf9424a4325bbd46a (patch)
tree3b45eb852535a2a7dfec58917b73b3b67690c5ad
parent3c6638282c38f618577f621290a59aa93a6a8fca (diff)
downloadslackbuilds-087b4fcebefbb5185ba2161bf9424a4325bbd46a.tar.gz
system/letsencrypt: Updated for version 0.36.0.
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 a0a641a2c1..cbb6331700 100644
--- a/system/letsencrypt/letsencrypt.SlackBuild
+++ b/system/letsencrypt/letsencrypt.SlackBuild
@@ -24,7 +24,7 @@
PRGNAM=letsencrypt
SRCNAM=certbot
-VERSION=${VERSION:-0.35.1}
+VERSION=${VERSION:-0.36.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/system/letsencrypt/letsencrypt.info b/system/letsencrypt/letsencrypt.info
index ed4a29261c..31b4dbe1fa 100644
--- a/system/letsencrypt/letsencrypt.info
+++ b/system/letsencrypt/letsencrypt.info
@@ -1,8 +1,8 @@
PRGNAM="letsencrypt"
-VERSION="0.35.1"
+VERSION="0.36.0"
HOMEPAGE="https://letsencrypt.org/"
-DOWNLOAD="https://github.com/certbot/certbot/archive/v0.35.1/certbot-0.35.1.tar.gz"
-MD5SUM="c27661477fb079448c2b9dc83372b578"
+DOWNLOAD="https://github.com/certbot/certbot/archive/v0.36.0/certbot-0.36.0.tar.gz"
+MD5SUM="a6decbed5f65bc8c8041ab24eb672794"
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"