system/letsencrypt: Updated for version 0.8.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2016-06-08 08:51:07 +07:00
parent 0d14caf6af
commit 6e43205d0b
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.7.0}
VERSION=${VERSION:-0.8.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="letsencrypt"
VERSION="0.7.0"
VERSION="0.8.0"
HOMEPAGE="https://letsencrypt.org/"
DOWNLOAD="https://github.com/certbot/certbot/archive/v0.7.0/certbot-0.7.0.tar.gz"
MD5SUM="8a641a2693552b6dca86d3ad5df851fa"
DOWNLOAD="https://github.com/certbot/certbot/archive/v0.8.0/certbot-0.8.0.tar.gz"
MD5SUM="770cc2bc3acc83e7c1fd3b016d8dd70d"
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"