summaryrefslogtreecommitdiffstats
path: root/system/letsencrypt
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-05-13 18:38:51 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-05-13 18:38:51 +0700
commit8d66f65b06d88f2b6dda6bff1fe257f2e8c7f1e9 (patch)
tree58da07e15b58bb7689c5419e3d35c0ae5e52524a /system/letsencrypt
parent8fc9390f8ac672fb0847fb80e7c511fd7c083b41 (diff)
downloadslackbuilds-8d66f65b06d88f2b6dda6bff1fe257f2e8c7f1e9.tar.gz
slackbuilds-8d66f65b06d88f2b6dda6bff1fe257f2e8c7f1e9.tar.xz
system/letsencrypt: Updated for version 2.6.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 3308ec2ac6..09fd29853c 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.5.0}
+VERSION=${VERSION:-2.6.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/system/letsencrypt/letsencrypt.info b/system/letsencrypt/letsencrypt.info
index 93cdafbb4b..a091fd5610 100644
--- a/system/letsencrypt/letsencrypt.info
+++ b/system/letsencrypt/letsencrypt.info
@@ -1,8 +1,8 @@
PRGNAM="letsencrypt"
-VERSION="2.5.0"
+VERSION="2.6.0"
HOMEPAGE="https://letsencrypt.org/"
-DOWNLOAD="https://github.com/certbot/certbot/archive/v2.5.0/certbot-2.5.0.tar.gz"
-MD5SUM="d77de928ad6a055f17a5ba436648dbcc"
+DOWNLOAD="https://github.com/certbot/certbot/archive/v2.6.0/certbot-2.6.0.tar.gz"
+MD5SUM="d999b46e7aa1d26d2d636a92d1462864"
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"