summaryrefslogtreecommitdiffstats
path: root/bootstrap.py
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2017-02-17 18:54:06 +0100
committerwm4 <wm4@nowhere>2017-02-17 18:54:21 +0100
commitb3488822fdba55700faeafad5b3e453ca6e9675d (patch)
tree6195e73fb5cc890501d5bbf6581d3bfada6876ef /bootstrap.py
parentd8bf000d29a5868636cbb16aef007b9487d123e2 (diff)
downloadmpv-b3488822fdba55700faeafad5b3e453ca6e9675d.tar.bz2
mpv-b3488822fdba55700faeafad5b3e453ca6e9675d.tar.xz
build: update waf
Seems like it has been long enough since we last updated.
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 e526ff267c..fbcd0c99ec 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.12"
+WAFRELEASE = "waf-1.9.8"
WAFURLS = ["https://waf.io/" + WAFRELEASE,
"http://www.freehackers.org/~tnagy/release/" + WAFRELEASE]
-SHA256HASH = "01bf2beab2106d1558800c8709bc2c8e496d3da4a2ca343fe091f22fca60c98b"
+SHA256HASH = "167dc42bab6d5bd823b798af195420319cb5c9b571e00db7d83df2a0fe1f4dbf"
if os.path.exists("waf"):
wafver = subprocess.check_output([sys.executable, './waf', '--version']).decode()