From 532508823cdc5100ee74bf94683ee4d66bcdedfd Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sat, 18 Jul 2015 18:06:01 +0200 Subject: build: update waf to 1.8.12 --- bootstrap.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bootstrap.py') diff --git a/bootstrap.py b/bootstrap.py index bf0ad07723..e526ff267c 100755 --- a/bootstrap.py +++ b/bootstrap.py @@ -5,10 +5,10 @@ from __future__ import print_function import os, sys, stat, hashlib, subprocess -WAFRELEASE = "waf-1.8.4" +WAFRELEASE = "waf-1.8.12" WAFURLS = ["https://waf.io/" + WAFRELEASE, "http://www.freehackers.org/~tnagy/release/" + WAFRELEASE] -SHA256HASH = "f02035fa5d8814f33f19b2b20d43822ddef6bb39b955ca196c2a247a1f9ffaa8" +SHA256HASH = "01bf2beab2106d1558800c8709bc2c8e496d3da4a2ca343fe091f22fca60c98b" if os.path.exists("waf"): wafver = subprocess.check_output([sys.executable, './waf', '--version']).decode() -- cgit v1.2.3