summaryrefslogtreecommitdiffstats
path: root/bootstrap.py
diff options
context:
space:
mode:
authorsfan5 <sfan5@live.de>2022-09-20 19:34:45 +0200
committersfan5 <sfan5@live.de>2022-09-21 22:51:25 +0200
commite6c5d58d1ed95c503ec7261a3d85de32315192cf (patch)
tree26b2c81ee15f45eafdc8658f245acba988ef34bf /bootstrap.py
parentf221666ade9a60195a37d809973fbc18391306ed (diff)
downloadmpv-e6c5d58d1ed95c503ec7261a3d85de32315192cf.tar.bz2
mpv-e6c5d58d1ed95c503ec7261a3d85de32315192cf.tar.xz
build: update waf to 2.0.24
Diffstat (limited to 'bootstrap.py')
-rwxr-xr-xbootstrap.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/bootstrap.py b/bootstrap.py
index 51b81f5e8e..4b9fd26c1a 100755
--- a/bootstrap.py
+++ b/bootstrap.py
@@ -5,10 +5,10 @@
import os, sys, stat, hashlib, subprocess
from urllib.request import urlopen, URLError
-WAFRELEASE = "waf-2.0.20"
+WAFRELEASE = "waf-2.0.24"
WAFURLS = ["https://waf.io/" + WAFRELEASE,
- "http://www.freehackers.org/~tnagy/release/" + WAFRELEASE]
-SHA256HASH = "bf971e98edc2414968a262c6aa6b88541a26c3cd248689c89f4c57370955ee7f"
+ "https://www.freehackers.org/~tnagy/release/" + WAFRELEASE]
+SHA256HASH = "93909bca823a675f9f40af7c65b24887c3a3c0efdf411ff1978ba827194bdeb0"
if os.path.exists("waf"):
wafver = subprocess.check_output([sys.executable, './waf', '--version']).decode()