aboutsummaryrefslogtreecommitdiff
path: root/system/letsencrypt
diff options
context:
space:
mode:
authorWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-12-09 21:43:03 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-12-09 21:43:03 +0700
commit9153ff3db95c80ca99521421c63d8c98b9e7233b (patch)
tree7a403fc80da167918bb5ded628382ced8d7176f8 /system/letsencrypt
parentdda844472373ab039b0c3011138de0030ab3c5a0 (diff)
downloadslackbuilds-9153ff3db95c80ca99521421c63d8c98b9e7233b.tar.xz
system/letsencrypt: Updated for version 2.1.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/letsencrypt')
-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 8a4b1a331210..59a42c3fe430 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:-2.0.0}
+VERSION=${VERSION:-2.1.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/system/letsencrypt/letsencrypt.info b/system/letsencrypt/letsencrypt.info
index 36097d80fd2c..22d25386cfa9 100644
--- a/system/letsencrypt/letsencrypt.info
+++ b/system/letsencrypt/letsencrypt.info
@@ -1,8 +1,8 @@
PRGNAM="letsencrypt"
-VERSION="2.0.0"
+VERSION="2.1.0"
HOMEPAGE="https://letsencrypt.org/"
-DOWNLOAD="https://github.com/certbot/certbot/archive/v2.0.0/certbot-2.0.0.tar.gz"
-MD5SUM="c7e3994b9b4b2d389e273386e894af56"
+DOWNLOAD="https://github.com/certbot/certbot/archive/v2.1.0/certbot-2.1.0.tar.gz"
+MD5SUM="e012945dc743b6edcb6d5083919a3b6c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="configobj pytz python3-pythondialog zope.component pyrfc3339 python3-psutil python-parsedatetime python3-configargparse werkzeug ndg_httpsclient python3-augeas josepy funcsigs requests-toolbelt"