1
mirror of https://github.com/mpv-player/mpv synced 2024-10-02 16:25:33 +02:00

bootstrap: change waf primary mirror

Requested by waf's developer. The ftp mirror is going to be closed down in
the short future.
This commit is contained in:
Stefano Pigozzi 2015-07-11 22:03:27 +02:00
parent 78e771554c
commit ba525e68c4

View File

@ -6,7 +6,7 @@ from __future__ import print_function
import os, sys, stat, hashlib, subprocess import os, sys, stat, hashlib, subprocess
WAFRELEASE = "waf-1.8.4" 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] "http://www.freehackers.org/~tnagy/release/" + WAFRELEASE]
SHA256HASH = "f02035fa5d8814f33f19b2b20d43822ddef6bb39b955ca196c2a247a1f9ffaa8" SHA256HASH = "f02035fa5d8814f33f19b2b20d43822ddef6bb39b955ca196c2a247a1f9ffaa8"