summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-03-04 12:08:40 +0100
committerwm4 <wm4@nowhere>2014-03-11 00:19:43 +0100
commitdf0ec554997e9c08860f8cfba8e183278363ff43 (patch)
tree97276353392ef8f27e224b0df1b3035047d81752
parent542bcdfc9d0a6f69967a022246a5c37039939223 (diff)
downloadmpv-df0ec554997e9c08860f8cfba8e183278363ff43.tar.bz2
mpv-df0ec554997e9c08860f8cfba8e183278363ff43.tar.xz
build: update waf
<lachs0r> it fixes issues with recent python3
-rwxr-xr-xbootstrap.py4
1 files 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()