summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo2021-08-04 06:13:47 +0200
committer Willy Sudiarto Raharjo2021-08-04 06:13:47 +0200
commit99865453b66d1beefe555792d0bbc29e9c3af04f (patch)
treea0be97e104607c0f198030891ad2e754d28471c2
parent5d71c4d617cdd5165336c91f32b4ec0e06e07919 (diff)
downloadslackbuilds-99865453b66d1beefe555792d0bbc29e9c3af04f.tar.gz
system/letsencrypt: Updated for version 1.18.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--system/letsencrypt/letsencrypt.SlackBuild2
-rw-r--r--system/letsencrypt/letsencrypt.info6
2 files changed, 4 insertions, 4 deletions
diff --git a/system/letsencrypt/letsencrypt.SlackBuild b/system/letsencrypt/letsencrypt.SlackBuild
index a5a434a406..cc937ff0f5 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 8913e10201..72d96398f3 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"