diff options
author | Willy Sudiarto Raharjo | 2022-07-09 02:50:07 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo | 2022-07-09 02:50:07 +0200 |
commit | 6b4caa3bc03bf65e5bfacf158e2e9df62772de0b (patch) | |
tree | ea53278ffce6d0512326a0e6c76ee3b9417c347b /system | |
parent | 31c7d4c7eea22ea3e2ee833700e7caca3074f951 (diff) | |
download | slackbuilds-6b4caa3bc03bf65e5bfacf158e2e9df62772de0b.tar.gz |
system/letsencrypt: Updated for version 1.29.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 382d63b8ad..7f57553dc6 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.28.0} +VERSION=${VERSION:-1.29.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/letsencrypt/letsencrypt.info b/system/letsencrypt/letsencrypt.info index 3b6fb21988..8880a78210 100644 --- a/system/letsencrypt/letsencrypt.info +++ b/system/letsencrypt/letsencrypt.info @@ -1,8 +1,8 @@ PRGNAM="letsencrypt" -VERSION="1.28.0" +VERSION="1.29.0" HOMEPAGE="https://letsencrypt.org/" -DOWNLOAD="https://github.com/certbot/certbot/archive/v1.28.0/certbot-1.28.0.tar.gz" -MD5SUM="17c17ecd96086a1cf43346ce2a69d71e" +DOWNLOAD="https://github.com/certbot/certbot/archive/v1.29.0/certbot-1.29.0.tar.gz" +MD5SUM="d4543ecd1c0ee71b44a12837dbc8ad28" 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" |