From 86e5f15592d2c732c03735f4aa7d6361ee0f20dd Mon Sep 17 00:00:00 2001 From: Timothy Gu Date: Tue, 17 Jun 2014 19:27:04 -0700 Subject: bootstrap: update waf website and version Signed-off-by: Timothy Gu Signed-off-by: wm4 --- bootstrap.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bootstrap.py') diff --git a/bootstrap.py b/bootstrap.py index d67a76e35a..ce388ff508 100755 --- a/bootstrap.py +++ b/bootstrap.py @@ -5,9 +5,9 @@ from __future__ import print_function import os, sys, stat, hashlib, subprocess -WAFRELEASE = "waf-1.7.15" -WAFURL = "https://waf.googlecode.com/files/" + WAFRELEASE -SHA256HASH = "e5ae7028f9b2d8ce1acb9fe1092e8010a90ba764d3ac065ea4e846743290b1d6" +WAFRELEASE = "waf-1.7.16" +WAFURL = "http://ftp.waf.io/pub/release/" + WAFRELEASE +SHA256HASH = "b64dc26c882572415fd450b745006107965f3fe17b357e3eb43d6676c9635a61" if os.path.exists("waf"): wafver = subprocess.check_output(['./waf', '--version']).decode() -- cgit v1.2.3