summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-11-24 21:53:13 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-11-24 21:53:13 +0700
commit7975aacba1a671690af9e9d80624ad87c1ec2c2f (patch)
treee3394de14b9398eaf6c6738d6c1b01f89819b953
parentd852a57d43fe1158c23dcf141f4db3c950d226ef (diff)
downloadslackbuilds-7975aacba1a671690af9e9d80624ad87c1ec2c2f.tar.gz
slackbuilds-7975aacba1a671690af9e9d80624ad87c1ec2c2f.tar.xz
system/letsencrypt: Updated for version 2.0.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 a0ddbd075d..8a4b1a3312 100644
--- a/system/letsencrypt/letsencrypt.SlackBuild
+++ b/system/letsencrypt/letsencrypt.SlackBuild
@@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=letsencrypt
SRCNAM=certbot
-VERSION=${VERSION:-1.32.0}
+VERSION=${VERSION:-2.0.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/system/letsencrypt/letsencrypt.info b/system/letsencrypt/letsencrypt.info
index 94c3f686f1..4c507a1e5f 100644
--- a/system/letsencrypt/letsencrypt.info
+++ b/system/letsencrypt/letsencrypt.info
@@ -1,8 +1,8 @@
PRGNAM="letsencrypt"
-VERSION="1.32.0"
+VERSION="2.0.0"
HOMEPAGE="https://letsencrypt.org/"
-DOWNLOAD="https://github.com/certbot/certbot/archive/v1.32.0/certbot-1.32.0.tar.gz"
-MD5SUM="961ceb3031777b99c93c70e63f62e8f8"
+DOWNLOAD="https://github.com/certbot/certbot/archive/v2.0.0/certbot-2.0.0.tar.gz"
+MD5SUM="c7e3994b9b4b2d389e273386e894af56"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="configobj mock pytz python3-pythondialog zope.component pyrfc3339 psutil python-parsedatetime python3-configargparse werkzeug ndg_httpsclient python3-augeas josepy funcsigs requests-toolbelt"