system/letsencrypt: Updated for version 0.3.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2016-01-29 07:22:23 +07:00
parent c8dd934d93
commit 68d29588bf
2 changed files with 4 additions and 4 deletions

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=letsencrypt
VERSION=${VERSION:-0.2.0}
VERSION=${VERSION:-0.3.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="letsencrypt"
VERSION="0.2.0"
VERSION="0.3.0"
HOMEPAGE="https://letsencrypt.org/"
DOWNLOAD="https://github.com/letsencrypt/letsencrypt/archive/v0.2.0.tar.gz"
MD5SUM="6838f472ead354b980b0d6a77713fd88"
DOWNLOAD="https://github.com/letsencrypt/letsencrypt/archive/v0.3.0.tar.gz"
MD5SUM="e3c1af4a5bf5ba5d3e77b66dce30091e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="configobj mock python-requests pytz python2-pythondialog zope.component pyrfc3339 pyOpenSSL psutil python-parsedatetime python-configargparse werkzeug ndg_httpsclient python-augeas pyparsing"