aboutsummaryrefslogtreecommitdiff
path: root/system/letsencrypt
diff options
context:
space:
mode:
authorWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-11-03 21:38:41 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-11-04 16:39:20 +0700
commitefebc3156686892cb1468fcf419d6d69228c202b (patch)
treefe1feeaf1b5435a21db268d625896b7fa7274799 /system/letsencrypt
parentb8000a1fc8783c28e576448b37081e8fc943f93e (diff)
system/letsencrypt: Updated for version 2.7.4.
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 ced563b45d24c..cb6eb8c06f45b 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.3}
+VERSION=${VERSION:-2.7.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/system/letsencrypt/letsencrypt.info b/system/letsencrypt/letsencrypt.info
index d82d6f8595d2b..48ef26e0edfc6 100644
--- a/system/letsencrypt/letsencrypt.info
+++ b/system/letsencrypt/letsencrypt.info
@@ -1,8 +1,8 @@
PRGNAM="letsencrypt"
-VERSION="2.7.3"
+VERSION="2.7.4"
HOMEPAGE="https://letsencrypt.org/"
-DOWNLOAD="https://github.com/certbot/certbot/archive/v2.7.3/certbot-2.7.3.tar.gz"
-MD5SUM="f48ff65ccc9dd1e595e2f9c8d32c0400"
+DOWNLOAD="https://github.com/certbot/certbot/archive/v2.7.4/certbot-2.7.4.tar.gz"
+MD5SUM="5e60d96c3f40c962108f22d864d2e1b0"
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"