diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-11-09 21:23:36 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-11-09 21:23:36 +0700 |
commit | 04fb87771892fc224ac46e7f57a937382d0d3b1d (patch) | |
tree | 87b44d1459a1b08030dc57e005f8f4e2b16efe31 /system/letsencrypt | |
parent | ccce94a1193cff562aa3974a43e5b3d32b94ccbe (diff) |
system/letsencrypt: Updated for version 1.32.0.
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 8026ee36c19b..a0ddbd075d2e 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:-1.31.0} +VERSION=${VERSION:-1.32.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/letsencrypt/letsencrypt.info b/system/letsencrypt/letsencrypt.info index 1dc845ac5263..94c3f686f11b 100644 --- a/system/letsencrypt/letsencrypt.info +++ b/system/letsencrypt/letsencrypt.info @@ -1,8 +1,8 @@ PRGNAM="letsencrypt" -VERSION="1.31.0" +VERSION="1.32.0" HOMEPAGE="https://letsencrypt.org/" -DOWNLOAD="https://github.com/certbot/certbot/archive/v1.31.0/certbot-1.31.0.tar.gz" -MD5SUM="8e1da9cfc9441eebc96224c0a0c43982" +DOWNLOAD="https://github.com/certbot/certbot/archive/v1.32.0/certbot-1.32.0.tar.gz" +MD5SUM="961ceb3031777b99c93c70e63f62e8f8" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="configobj mock pytz python3-pythondialog zope.component pyrfc3339 psutil python-parsedatetime python3-configargparse werkzeug ndg_httpsclient python3-augeas josepy funcsigs requests-toolbelt" |