summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Ekström <jeebjp@gmail.com>2020-10-15 00:52:57 +0300
committerJan Ekström <jeebjp@gmail.com>2020-10-16 00:01:23 +0300
commit3248b073ce59226eb86e52adc7e0315d1e7a10f1 (patch)
tree7fcb078bb4af754b11d5115fb3265347af3f30d5
parent75acc042628d17414c5fd6da212f30f9ea472213 (diff)
downloadmpv-3248b073ce59226eb86e52adc7e0315d1e7a10f1.tar.bz2
mpv-3248b073ce59226eb86e52adc7e0315d1e7a10f1.tar.xz
build: bump waf to 2.0.20
There have been mentions that there are apparently some bugs with regards to possible random build failures, so bumping after a few years sounds like an OK thing to test/do.
-rwxr-xr-xbootstrap.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap.py b/bootstrap.py
index 93d362c791..a8bd67cb23 100755
--- a/bootstrap.py
+++ b/bootstrap.py
@@ -5,10 +5,10 @@
from __future__ import print_function
import os, sys, stat, hashlib, subprocess
-WAFRELEASE = "waf-2.0.9"
+WAFRELEASE = "waf-2.0.20"
WAFURLS = ["https://waf.io/" + WAFRELEASE,
"http://www.freehackers.org/~tnagy/release/" + WAFRELEASE]
-SHA256HASH = "2a8e0816f023995e557f79ea8940d322bec18f286917c8f9a6fa2dc3875dfa48"
+SHA256HASH = "bf971e98edc2414968a262c6aa6b88541a26c3cd248689c89f4c57370955ee7f"
if os.path.exists("waf"):
wafver = subprocess.check_output([sys.executable, './waf', '--version']).decode()