summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2025-06-11 10:37:36 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2025-06-11 10:37:36 +0700
commit929f3b041923d38fb625d88ec36d5d49a0a58349 (patch)
treec9e7640af2d5b4839e4dd6ae2e7cdd4b137b627a
parent2cd52db6f81eb0f15f507b80a367c7a790117046 (diff)
downloadslackbuilds-929f3b041923d38fb625d88ec36d5d49a0a58349.tar.gz
slackbuilds-929f3b041923d38fb625d88ec36d5d49a0a58349.tar.xz
system/letsencrypt: Updated for version 4.1.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 8f42059556..2efc74c57b 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:-4.0.0}
+VERSION=${VERSION:-4.1.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/system/letsencrypt/letsencrypt.info b/system/letsencrypt/letsencrypt.info
index 547d27d29e..33d769a805 100644
--- a/system/letsencrypt/letsencrypt.info
+++ b/system/letsencrypt/letsencrypt.info
@@ -1,8 +1,8 @@
PRGNAM="letsencrypt"
-VERSION="4.0.0"
+VERSION="4.1.0"
HOMEPAGE="https://letsencrypt.org/"
-DOWNLOAD="https://github.com/certbot/certbot/archive/v4.0.0/certbot-4.0.0.tar.gz"
-MD5SUM="60454de3a7e4d572270ee28716870d8a"
+DOWNLOAD="https://github.com/certbot/certbot/archive/v4.1.0/certbot-4.1.0.tar.gz"
+MD5SUM="03e7ea694fbf19589dc4def1791082d9"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-configobj python3-pytz python3-pythondialog zope.component pyrfc3339 python3-psutil python-parsedatetime python3-configargparse werkzeug ndg_httpsclient python3-augeas josepy funcsigs requests-toolbelt python-importlib_metadata"