summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAkemi <der.richter@gmx.de>2018-07-01 01:39:12 +0200
committerJan Ekström <jeebjp@gmail.com>2018-07-12 01:48:10 +0300
commit15a6d0028e51d0e5340a17d1647c46e2d6591fa4 (patch)
treec9929edf94d35337a4441aaf7aa446ac17a3702f
parent5e608fc4c850d6210ca543d4ed7265c5eee68bc5 (diff)
downloadmpv-15a6d0028e51d0e5340a17d1647c46e2d6591fa4.tar.bz2
mpv-15a6d0028e51d0e5340a17d1647c46e2d6591fa4.tar.xz
build: bump waf to 2.0.9
Among other things, fixes compatibility with python 3.7.x.
-rwxr-xr-xbootstrap.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap.py b/bootstrap.py
index fbcd0c99ec..2e304545cc 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.9.8"
+WAFRELEASE = "waf-2.0.9"
WAFURLS = ["https://waf.io/" + WAFRELEASE,
"http://www.freehackers.org/~tnagy/release/" + WAFRELEASE]
-SHA256HASH = "167dc42bab6d5bd823b798af195420319cb5c9b571e00db7d83df2a0fe1f4dbf"
+SHA256HASH = "2a8e0816f023995e557f79ea8940d322bec18f286917c8f9a6fa2dc3875dfa48"
if os.path.exists("waf"):
wafver = subprocess.check_output([sys.executable, './waf', '--version']).decode()