diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-01-13 21:29:21 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-01-13 21:29:21 +0700 |
commit | 8e5343fccafa648b1000570a33f599b51fcaab4f (patch) | |
tree | 259920ac5cf1592b034777d4d7c7c9b2c46d6022 /system/letsencrypt | |
parent | 427617641e0aa5e59b1977443ad6397c6e1c25d6 (diff) |
system/letsencrypt: Updated for version 2.2.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/letsencrypt')
-rw-r--r-- | system/letsencrypt/letsencrypt.SlackBuild | 4 | ||||
-rw-r--r-- | system/letsencrypt/letsencrypt.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/system/letsencrypt/letsencrypt.SlackBuild b/system/letsencrypt/letsencrypt.SlackBuild index e8d0190b98230..42650372abcaf 100644 --- a/system/letsencrypt/letsencrypt.SlackBuild +++ b/system/letsencrypt/letsencrypt.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for letsencrypt -# Copyright 2015-2022 Willy Sudiarto Raharjo <willysr@slackbuilds.org> +# Copyright 2015-2023 Willy Sudiarto Raharjo <willysr@slackbuilds.org> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=letsencrypt SRCNAM=certbot -VERSION=${VERSION:-2.1.1} +VERSION=${VERSION:-2.2.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/letsencrypt/letsencrypt.info b/system/letsencrypt/letsencrypt.info index 427ade5e1ccd9..fe8db6485c298 100644 --- a/system/letsencrypt/letsencrypt.info +++ b/system/letsencrypt/letsencrypt.info @@ -1,8 +1,8 @@ PRGNAM="letsencrypt" -VERSION="2.1.1" +VERSION="2.2.0" HOMEPAGE="https://letsencrypt.org/" -DOWNLOAD="https://github.com/certbot/certbot/archive/v2.1.1/certbot-2.1.1.tar.gz" -MD5SUM="583b8453e9011f9bec2df74a48d84a62" +DOWNLOAD="https://github.com/certbot/certbot/archive/v2.2.0/certbot-2.2.0.tar.gz" +MD5SUM="fc535860d5fb8d63900468efabf16db7" 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" |