system/letsencrypt: Updated for version 0.18.2.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2017-09-29 04:11:13 +07:00
parent 7540b0eef0
commit 384feccbe3
2 changed files with 4 additions and 4 deletions

View File

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

View File

@ -1,8 +1,8 @@
PRGNAM="letsencrypt"
VERSION="0.18.1"
VERSION="0.18.2"
HOMEPAGE="https://letsencrypt.org/"
DOWNLOAD="https://github.com/certbot/certbot/archive/v0.18.1/certbot-0.18.1.tar.gz"
MD5SUM="60a543940a4a881a6aa6d14295bedb71"
DOWNLOAD="https://github.com/certbot/certbot/archive/v0.18.2/certbot-0.18.2.tar.gz"
MD5SUM="3819627fabbbbd8902d455f28ea3a729"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="configobj mock python-requests pytz python2-pythondialog zope.component pyrfc3339 psutil python-parsedatetime python-configargparse werkzeug ndg_httpsclient python-augeas pyparsing"