system/letsencrypt: Updated for version 0.38.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2019-09-06 00:32:54 +07:00
parent 7bcb50717b
commit 376192d44b
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 5 additions and 5 deletions

View file

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

View file

@ -1,10 +1,10 @@
PRGNAM="letsencrypt"
VERSION="0.37.2"
VERSION="0.38.0"
HOMEPAGE="https://letsencrypt.org/"
DOWNLOAD="https://github.com/certbot/certbot/archive/v0.37.2/certbot-0.37.2.tar.gz"
MD5SUM="ff152a7ca360fbad59ef4725b0ea9978"
DOWNLOAD="https://github.com/certbot/certbot/archive/v0.38.0/certbot-0.38.0.tar.gz"
MD5SUM="88e7bfab526552297c11711f18b3a248"
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"
REQUIRES="configobj mock pytz python2-pythondialog zope.component pyrfc3339 psutil python-parsedatetime python-configargparse werkzeug ndg_httpsclient python-augeas pyparsing josepy funcsigs requests-toolbelt python-distro"
MAINTAINER="Willy Sudiarto Raharjo"
EMAIL="willysr@slackbuilds.org"