mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-18 04:05:34 +00:00
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:
parent
5291f7b2a1
commit
3c1b25465b
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ ctx = ssl.create_default_context()
|
||||||
ctx.check_hostname = False
|
ctx.check_hostname = False
|
||||||
ctx.verify_mode = ssl.CERT_NONE
|
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])
|
url = base_url.format(sys.argv[1])
|
||||||
zip_sha256 = sys.argv[2]
|
zip_sha256 = sys.argv[2]
|
||||||
source_dir = os.path.join(os.environ['MESON_SOURCE_ROOT'], os.environ['MESON_SUBDIR'])
|
source_dir = os.path.join(os.environ['MESON_SOURCE_ROOT'], os.environ['MESON_SUBDIR'])
|
||||||
|
|
Loading…
Reference in a new issue