summaryrefslogtreecommitdiffstats
path: root/bootstrap.py
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-03-04 12:08:40 +0100
committerwm4 <wm4@nowhere>2014-03-04 12:08:40 +0100
commit5b3fd09908d82ff1215c35e32e5cca4c83c6ffb7 (patch)
treebec450271930bf66ccd43d440dfa569aecbd2033 /bootstrap.py
parent44fc61cec0be8f3238761b11e32de43edff0996a (diff)
downloadmpv-5b3fd09908d82ff1215c35e32e5cca4c83c6ffb7.tar.bz2
mpv-5b3fd09908d82ff1215c35e32e5cca4c83c6ffb7.tar.xz
build: update waf
<lachs0r> it fixes issues with recent python3
Diffstat (limited to 'bootstrap.py')
-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()