system/letsencrypt: Updated for version 0.10.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
e7ab280106
commit
45ea98c657
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for letsencrypt
|
||||
|
||||
# Copyright 2015-2016 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||
# Copyright 2015-2017 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -24,7 +24,7 @@
|
|||
|
||||
PRGNAM=letsencrypt
|
||||
SRCNAM=certbot
|
||||
VERSION=${VERSION:-0.9.3}
|
||||
VERSION=${VERSION:-0.10.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="letsencrypt"
|
||||
VERSION="0.9.3"
|
||||
VERSION="0.10.1"
|
||||
HOMEPAGE="https://letsencrypt.org/"
|
||||
DOWNLOAD="https://github.com/certbot/certbot/archive/v0.9.3/certbot-0.9.3.tar.gz"
|
||||
MD5SUM="23920103accbed8adc6e7e30b14581e2"
|
||||
DOWNLOAD="https://github.com/certbot/certbot/archive/v0.10.1/certbot-0.10.1.tar.gz"
|
||||
MD5SUM="1121a13e1ad59ab0f6f9aba52015d820"
|
||||
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"
|
||||
|
|
Loading…
Reference in New Issue