diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-12-08 00:48:25 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-12-08 00:48:25 +0700 |
commit | 01c58b38556a8ed665494e3f6a28075aed68c575 (patch) | |
tree | 38a5c885eb306e45afcaa68ccbbda612d201f53a /system/letsencrypt | |
parent | 6cbe64ac3dbfe214765017d7cccdd30a2a607c22 (diff) |
network/dropbox: Updated for version 188.4.6302.
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 cb6eb8c06f45b..a3092e77b1676 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.4} +VERSION=${VERSION:-2.8.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/letsencrypt/letsencrypt.info b/system/letsencrypt/letsencrypt.info index a8a29ed33c072..4030de8b7d78f 100644 --- a/system/letsencrypt/letsencrypt.info +++ b/system/letsencrypt/letsencrypt.info @@ -1,8 +1,8 @@ PRGNAM="letsencrypt" -VERSION="2.7.4" +VERSION="2.8.0" HOMEPAGE="https://letsencrypt.org/" -DOWNLOAD="https://github.com/certbot/certbot/archive/v2.7.4/certbot-2.7.4.tar.gz" -MD5SUM="5e60d96c3f40c962108f22d864d2e1b0" +DOWNLOAD="https://github.com/certbot/certbot/archive/v2.8.0/certbot-2.8.0.tar.gz" +MD5SUM="015bde6ebd05134ee34a2977747af65f" 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" |