diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-02-11 10:36:01 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-02-11 10:36:01 +0700 |
commit | 4803005d098f9fcea6195b1806c11a71100675e2 (patch) | |
tree | 88a9d5a4e531e8a18335be1ecac0a703a3654d1a /system | |
parent | ec063345b0ba22bd6fa8d14f95d1289e6295169c (diff) |
system/letsencrypt: Updated for version 2.9.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-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 a3092e77b1676..a998f4be7db6a 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.8.0} +VERSION=${VERSION:-2.9.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/letsencrypt/letsencrypt.info b/system/letsencrypt/letsencrypt.info index 4030de8b7d78f..ead0c58d6a829 100644 --- a/system/letsencrypt/letsencrypt.info +++ b/system/letsencrypt/letsencrypt.info @@ -1,8 +1,8 @@ PRGNAM="letsencrypt" -VERSION="2.8.0" +VERSION="2.9.0" HOMEPAGE="https://letsencrypt.org/" -DOWNLOAD="https://github.com/certbot/certbot/archive/v2.8.0/certbot-2.8.0.tar.gz" -MD5SUM="015bde6ebd05134ee34a2977747af65f" +DOWNLOAD="https://github.com/certbot/certbot/archive/v2.9.0/certbot-2.9.0.tar.gz" +MD5SUM="2080ed1b9ea8bdf5392bdc944b3c5e13" 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 python-importlib_metadata" |