summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2014-06-17 19:27:04 -0700
committerwm4 <wm4@nowhere>2014-06-18 15:56:57 +0200
commit86e5f15592d2c732c03735f4aa7d6361ee0f20dd (patch)
treec187b135ee7146dd68977cd7c17690f43ea7e0a1
parent504f67a7596a8beab6240b52d80f3d9f3dbf1750 (diff)
downloadmpv-86e5f15592d2c732c03735f4aa7d6361ee0f20dd.tar.bz2
mpv-86e5f15592d2c732c03735f4aa7d6361ee0f20dd.tar.xz
bootstrap: update waf website and version
Signed-off-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: wm4 <wm4@nowhere>
-rwxr-xr-xbootstrap.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/bootstrap.py b/bootstrap.py
index d67a76e35a..ce388ff508 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.15"
-WAFURL = "https://waf.googlecode.com/files/" + WAFRELEASE
-SHA256HASH = "e5ae7028f9b2d8ce1acb9fe1092e8010a90ba764d3ac065ea4e846743290b1d6"
+WAFRELEASE = "waf-1.7.16"
+WAFURL = "http://ftp.waf.io/pub/release/" + WAFRELEASE
+SHA256HASH = "b64dc26c882572415fd450b745006107965f3fe17b357e3eb43d6676c9635a61"
if os.path.exists("waf"):
wafver = subprocess.check_output(['./waf', '--version']).decode()