Browse Source

system/letsencrypt: Updated for version 4.2.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/314/head
Willy Sudiarto Raharjo 4 months ago
parent
commit
cc402fd261
No known key found for this signature in database GPG Key ID: 3F617144D7238786
  1. 2
      system/letsencrypt/letsencrypt.SlackBuild
  2. 6
      system/letsencrypt/letsencrypt.info

2
system/letsencrypt/letsencrypt.SlackBuild

@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=letsencrypt
SRCNAM=certbot
VERSION=${VERSION:-4.1.1}
VERSION=${VERSION:-4.2.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

6
system/letsencrypt/letsencrypt.info

@ -1,8 +1,8 @@
PRGNAM="letsencrypt"
VERSION="4.1.1"
VERSION="4.2.0"
HOMEPAGE="https://letsencrypt.org/"
DOWNLOAD="https://github.com/certbot/certbot/archive/v4.1.1/certbot-4.1.1.tar.gz"
MD5SUM="8452b6b85abde2933d1e62299c75854b"
DOWNLOAD="https://github.com/certbot/certbot/archive/v4.2.0/certbot-4.2.0.tar.gz"
MD5SUM="c87f72dc6e9f4d93c4bc98033b1f5200"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-configobj python3-pytz python3-pythondialog zope.component pyrfc3339 python3-psutil python-parsedatetime python3-configargparse werkzeug ndg_httpsclient python3-augeas josepy funcsigs requests-toolbelt python-importlib_metadata"

Loading…
Cancel
Save