summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2024-02-11 04:36:01 +0100
committer Willy Sudiarto Raharjo2024-02-11 04:36:01 +0100
commit4803005d098f9fcea6195b1806c11a71100675e2 (patch)
tree88a9d5a4e531e8a18335be1ecac0a703a3654d1a /system
parentec063345b0ba22bd6fa8d14f95d1289e6295169c (diff)
downloadslackbuilds-4803005d098f9fcea6195b1806c11a71100675e2.tar.gz
system/letsencrypt: Updated for version 2.9.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-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 a3092e77b1..a998f4be7d 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.8.0}
+VERSION=${VERSION:-2.9.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/system/letsencrypt/letsencrypt.info b/system/letsencrypt/letsencrypt.info
index 4030de8b7d..ead0c58d6a 100644
--- a/system/letsencrypt/letsencrypt.info
+++ b/system/letsencrypt/letsencrypt.info
@@ -1,8 +1,8 @@
PRGNAM="letsencrypt"
-VERSION="2.8.0"
+VERSION="2.9.0"
HOMEPAGE="https://letsencrypt.org/"
-DOWNLOAD="https://github.com/certbot/certbot/archive/v2.8.0/certbot-2.8.0.tar.gz"
-MD5SUM="015bde6ebd05134ee34a2977747af65f"
+DOWNLOAD="https://github.com/certbot/certbot/archive/v2.9.0/certbot-2.9.0.tar.gz"
+MD5SUM="2080ed1b9ea8bdf5392bdc944b3c5e13"
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 python-importlib_metadata"