diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-10-02 14:05:43 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-10-07 01:01:47 +0700 |
commit | 62305ed2283b7b648d30f8462cf3c8038f6cdc90 (patch) | |
tree | 7c41401394f91e356d914c84b3aed1fbc7a0a541 | |
parent | 32dfdbc53baa6db064ccbc825618527e5f22cdc2 (diff) |
system/letsencrypt: Updated for version 2.7.0.
This commit also include changes from PR:
git/ignore: Add "*.rej" to .gitignore
No reason for patch reject files to be included.
This is to avoid issues during public update only.
Signed-off-by: Erich Ritz <erich.public@protonmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | system/letsencrypt/letsencrypt.SlackBuild | 2 | ||||
-rw-r--r-- | system/letsencrypt/letsencrypt.info | 6 |
3 files changed, 5 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore index 322f4034f0a7..96ab5f690ca7 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,4 @@ academic/ngspice/ngspice-36-manual.pdf graphics/tesseract/eng.traineddata waf-2.0.* *.snap +*.rej diff --git a/system/letsencrypt/letsencrypt.SlackBuild b/system/letsencrypt/letsencrypt.SlackBuild index 09fd29853c8f..6bdee6af94e3 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.6.0} +VERSION=${VERSION:-2.7.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/letsencrypt/letsencrypt.info b/system/letsencrypt/letsencrypt.info index a091fd561089..68be91f0132e 100644 --- a/system/letsencrypt/letsencrypt.info +++ b/system/letsencrypt/letsencrypt.info @@ -1,8 +1,8 @@ PRGNAM="letsencrypt" -VERSION="2.6.0" +VERSION="2.7.0" HOMEPAGE="https://letsencrypt.org/" -DOWNLOAD="https://github.com/certbot/certbot/archive/v2.6.0/certbot-2.6.0.tar.gz" -MD5SUM="d999b46e7aa1d26d2d636a92d1462864" +DOWNLOAD="https://github.com/certbot/certbot/archive/v2.7.0/certbot-2.7.0.tar.gz" +MD5SUM="1d1ab1144b0a36456c4ae025a997a285" 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" |