diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-10-14 09:33:16 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-10-14 09:33:16 +0700 |
commit | aaee508f12f286141c9ae15bd37d0ceee06d44ac (patch) | |
tree | cae8967aa54dd2c36ddbccbe699af71c9023d9d9 | |
parent | 2780ca98b6d013b3d02a5dc4a6fceb32873585d7 (diff) |
system/letsencrypt: Updated for version 2.7.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-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 6bdee6af94e38..15e760cd7b609 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.0} +VERSION=${VERSION:-2.7.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/letsencrypt/letsencrypt.info b/system/letsencrypt/letsencrypt.info index 68be91f0132e3..fe9509cceba91 100644 --- a/system/letsencrypt/letsencrypt.info +++ b/system/letsencrypt/letsencrypt.info @@ -1,8 +1,8 @@ PRGNAM="letsencrypt" -VERSION="2.7.0" +VERSION="2.7.1" HOMEPAGE="https://letsencrypt.org/" -DOWNLOAD="https://github.com/certbot/certbot/archive/v2.7.0/certbot-2.7.0.tar.gz" -MD5SUM="1d1ab1144b0a36456c4ae025a997a285" +DOWNLOAD="https://github.com/certbot/certbot/archive/v2.7.1/certbot-2.7.1.tar.gz" +MD5SUM="e7cfc84271457581fa76d494fc59ad0c" 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" |