From 5b3fd09908d82ff1215c35e32e5cca4c83c6ffb7 Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 4 Mar 2014 12:08:40 +0100 Subject: build: update waf it fixes issues with recent python3 --- bootstrap.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bootstrap.py b/bootstrap.py index 1d00c07e3a..d67a76e35a 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.13" +WAFRELEASE = "waf-1.7.15" WAFURL = "https://waf.googlecode.com/files/" + WAFRELEASE -SHA256HASH = "03cc750049350ee01cdbc584b70924e333fcc17ba4a2d04648dab1535538a873" +SHA256HASH = "e5ae7028f9b2d8ce1acb9fe1092e8010a90ba764d3ac065ea4e846743290b1d6" if os.path.exists("waf"): wafver = subprocess.check_output(['./waf', '--version']).decode() -- cgit v1.2.3