Move to using GitHub binary releases

Can't update to 2.5.19 because of https://github.com/lexxmark/winflexbison/issues/48

Fixes https://gitlab.freedesktop.org/gstreamer/gst-build/issues/43
This commit is contained in:
Nirbheek Chauhan 2019-09-15 08:05:29 +05:30
parent 5291f7b2a1
commit 3c1b25465b

View file

@ -13,7 +13,7 @@ ctx = ssl.create_default_context()
ctx.check_hostname = False
ctx.verify_mode = ssl.CERT_NONE
base_url = 'https://sourceforge.net/projects/winflexbison/files/win_flex_bison-{}.zip'
base_url = 'https://github.com/lexxmark/winflexbison/releases/download/v{0}/win_flex_bison-{0}.zip'
url = base_url.format(sys.argv[1])
zip_sha256 = sys.argv[2]
source_dir = os.path.join(os.environ['MESON_SOURCE_ROOT'], os.environ['MESON_SUBDIR'])