diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-10-29 07:26:45 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-10-29 07:26:45 +0700 |
commit | 1a286b42a6274975d7681adc8baffd9784d6c6ca (patch) | |
tree | 9e5e3b256e790a0b8b9bd0d4239c1117ae885d07 /system/letsencrypt | |
parent | d327143e2209ace196b87bc4d5813dcf492ad802 (diff) |
system/letsencrypt: Updated for version 2.7.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/letsencrypt')
-rw-r--r-- | system/letsencrypt/letsencrypt.SlackBuild | 2 | ||||
-rw-r--r-- | system/letsencrypt/letsencrypt.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/system/letsencrypt/letsencrypt.SlackBuild b/system/letsencrypt/letsencrypt.SlackBuild index e12b7707e4025..ced563b45d24c 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.2} +VERSION=${VERSION:-2.7.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/letsencrypt/letsencrypt.info b/system/letsencrypt/letsencrypt.info index fd86e17363f4a..d82d6f8595d2b 100644 --- a/system/letsencrypt/letsencrypt.info +++ b/system/letsencrypt/letsencrypt.info @@ -1,8 +1,8 @@ PRGNAM="letsencrypt" -VERSION="2.7.2" +VERSION="2.7.3" HOMEPAGE="https://letsencrypt.org/" -DOWNLOAD="https://github.com/certbot/certbot/archive/v2.7.2/certbot-2.7.2.tar.gz" -MD5SUM="dab306ca405fb51b37b897cb46211e67" +DOWNLOAD="https://github.com/certbot/certbot/archive/v2.7.3/certbot-2.7.3.tar.gz" +MD5SUM="f48ff65ccc9dd1e595e2f9c8d32c0400" 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" |