summaryrefslogtreecommitdiffstats
path: root/system/letsencrypt
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-10-21 16:50:52 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-10-21 16:50:52 +0700
commitfd4a656fd2a40ac713f0e6513f459f022916026f (patch)
treee127b8db4295dcabf438e9c3517a39ddd04ab014 /system/letsencrypt
parent7007010bb5e80c53dc3334ba587583488d70b258 (diff)
downloadslackbuilds-fd4a656fd2a40ac713f0e6513f459f022916026f.tar.gz
slackbuilds-fd4a656fd2a40ac713f0e6513f459f022916026f.tar.xz
system/letsencrypt: Updated for version 2.7.2.
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 15e760cd7b..e12b7707e4 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.7.1}
+VERSION=${VERSION:-2.7.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/system/letsencrypt/letsencrypt.info b/system/letsencrypt/letsencrypt.info
index fe9509cceb..fd86e17363 100644
--- a/system/letsencrypt/letsencrypt.info
+++ b/system/letsencrypt/letsencrypt.info
@@ -1,8 +1,8 @@
PRGNAM="letsencrypt"
-VERSION="2.7.1"
+VERSION="2.7.2"
HOMEPAGE="https://letsencrypt.org/"
-DOWNLOAD="https://github.com/certbot/certbot/archive/v2.7.1/certbot-2.7.1.tar.gz"
-MD5SUM="e7cfc84271457581fa76d494fc59ad0c"
+DOWNLOAD="https://github.com/certbot/certbot/archive/v2.7.2/certbot-2.7.2.tar.gz"
+MD5SUM="dab306ca405fb51b37b897cb46211e67"
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"