mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
system/letsencrypt: Updated for version 0.5.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
66355ff735
commit
db3cbb59a2
2 changed files with 4 additions and 4 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=letsencrypt
|
||||
VERSION=${VERSION:-0.4.2}
|
||||
VERSION=${VERSION:-0.5.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="letsencrypt"
|
||||
VERSION="0.4.2"
|
||||
VERSION="0.5.0"
|
||||
HOMEPAGE="https://letsencrypt.org/"
|
||||
DOWNLOAD="https://github.com/letsencrypt/letsencrypt/archive/v0.4.2.tar.gz"
|
||||
MD5SUM="3082261e48d7ab34511b160b38b10025"
|
||||
DOWNLOAD="https://github.com/letsencrypt/letsencrypt/archive/v0.5.0.tar.gz"
|
||||
MD5SUM="767521d7b5ae1f648071128356e8de5a"
|
||||
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 a new issue