diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-08-04 11:13:47 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-08-04 11:13:47 +0700 |
commit | 99865453b66d1beefe555792d0bbc29e9c3af04f (patch) | |
tree | a0be97e104607c0f198030891ad2e754d28471c2 /system | |
parent | 5d71c4d617cdd5165336c91f32b4ec0e06e07919 (diff) |
system/letsencrypt: Updated for version 1.18.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 a5a434a406d6..cc937ff0f5f3 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.17.0} +VERSION=${VERSION:-1.18.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/letsencrypt/letsencrypt.info b/system/letsencrypt/letsencrypt.info index 8913e10201cb..72d96398f30e 100644 --- a/system/letsencrypt/letsencrypt.info +++ b/system/letsencrypt/letsencrypt.info @@ -1,8 +1,8 @@ PRGNAM="letsencrypt" -VERSION="1.17.0" +VERSION="1.18.0" HOMEPAGE="https://letsencrypt.org/" -DOWNLOAD="https://github.com/certbot/certbot/archive/v1.17.0/certbot-1.17.0.tar.gz" -MD5SUM="d0ab745bbc525e17e2f12d12d197d943" +DOWNLOAD="https://github.com/certbot/certbot/archive/v1.18.0/certbot-1.18.0.tar.gz" +MD5SUM="bc779fc3a6f9ed7e986f12e8f96ae6f3" 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" |