system/letsencrypt: Updated for version 0.31.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2019-02-12 09:57:22 +07:00
parent 9dcb445655
commit 7d9a95ffc0
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
2 changed files with 4 additions and 4 deletions

View File

@ -24,7 +24,7 @@
PRGNAM=letsencrypt
SRCNAM=certbot
VERSION=${VERSION:-0.30.2}
VERSION=${VERSION:-0.31.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,8 +1,8 @@
PRGNAM="letsencrypt"
VERSION="0.30.2"
VERSION="0.31.0"
HOMEPAGE="https://letsencrypt.org/"
DOWNLOAD="https://github.com/certbot/certbot/archive/v0.30.2/certbot-0.30.2.tar.gz"
MD5SUM="29587ee05b211c5cdf70473b3c6edcf0"
DOWNLOAD="https://github.com/certbot/certbot/archive/v0.31.0/certbot-0.31.0.tar.gz"
MD5SUM="13f5526964b6c95ef3de8772ed4e657d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="configobj mock pytz python2-pythondialog zope.component pyrfc3339 psutil python-parsedatetime python-configargparse werkzeug ndg_httpsclient python-augeas pyparsing josepy funcsigs requests-toolbelt"