summaryrefslogtreecommitdiffstats
path: root/bootstrap.py
diff options
context:
space:
mode:
authorStefano Pigozzi <stefano.pigozzi@gmail.com>2015-07-11 22:03:27 +0200
committerStefano Pigozzi <stefano.pigozzi@gmail.com>2015-07-12 10:09:50 +0200
commitba525e68c4e84cf5be05b205797b5144e241b006 (patch)
tree5743d025ea2d7dd139ca96a7b0044d2e4cc2f321 /bootstrap.py
parent78e771554cc37bc32a1ba631813aa5a41cc559f9 (diff)
downloadmpv-ba525e68c4e84cf5be05b205797b5144e241b006.tar.bz2
mpv-ba525e68c4e84cf5be05b205797b5144e241b006.tar.xz
bootstrap: change waf primary mirror
Requested by waf's developer. The ftp mirror is going to be closed down in the short future.
Diffstat (limited to 'bootstrap.py')
-rwxr-xr-xbootstrap.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.py b/bootstrap.py
index c62914cb1b..bf0ad07723 100755
--- a/bootstrap.py
+++ b/bootstrap.py
@@ -6,7 +6,7 @@ from __future__ import print_function
import os, sys, stat, hashlib, subprocess
WAFRELEASE = "waf-1.8.4"
-WAFURLS = ["http://ftp.waf.io/pub/release/" + WAFRELEASE,
+WAFURLS = ["https://waf.io/" + WAFRELEASE,
"http://www.freehackers.org/~tnagy/release/" + WAFRELEASE]
SHA256HASH = "f02035fa5d8814f33f19b2b20d43822ddef6bb39b955ca196c2a247a1f9ffaa8"