diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-09-27 01:10:12 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-09-27 01:10:12 +0700 |
commit | de23552524848dce73fb2634b5014527144721b8 (patch) | |
tree | 721680d7a66d0525913e82bfc5c696b6ae58cc88 /system/letsencrypt | |
parent | 2011901b979204d9d62765b21b2047e8181c28dd (diff) | |
download | slackbuilds-de23552524848dce73fb2634b5014527144721b8.tar.gz |
system/letsencrypt: Updated for version 1.19.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 cc937ff0f5..1f90192c31 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.18.0} +VERSION=${VERSION:-1.19.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/letsencrypt/letsencrypt.info b/system/letsencrypt/letsencrypt.info index 72d96398f3..4ce2c85dbf 100644 --- a/system/letsencrypt/letsencrypt.info +++ b/system/letsencrypt/letsencrypt.info @@ -1,8 +1,8 @@ PRGNAM="letsencrypt" -VERSION="1.18.0" +VERSION="1.19.0" HOMEPAGE="https://letsencrypt.org/" -DOWNLOAD="https://github.com/certbot/certbot/archive/v1.18.0/certbot-1.18.0.tar.gz" -MD5SUM="bc779fc3a6f9ed7e986f12e8f96ae6f3" +DOWNLOAD="https://github.com/certbot/certbot/archive/v1.19.0/certbot-1.19.0.tar.gz" +MD5SUM="e8934685c32f70e29eccfb26628443fe" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="configobj mock pytz python3-pythondialog zope.component pyrfc3339 psutil python-parsedatetime python-configargparse werkzeug ndg_httpsclient python3-augeas josepy funcsigs requests-toolbelt" |