mirror of
https://github.com/servo/servo.git
synced 2025-06-29 11:33:39 +01:00
Consistent servo-deps download URLs
This commit is contained in:
parent
e217672c1a
commit
357f23fae1
5 changed files with 6 additions and 6 deletions
|
@ -437,7 +437,7 @@ class MachCommands(CommandBase):
|
|||
# Follow these instructions to build and deploy new binaries
|
||||
# https://github.com/servo/libgstreamer_android_gen#build
|
||||
print("Downloading GStreamer dependencies")
|
||||
gst_url = "http://servo-deps.s3.amazonaws.com/gstreamer/%s" % gst_lib_zip
|
||||
gst_url = "https://servo-deps.s3.amazonaws.com/gstreamer/%s" % gst_lib_zip
|
||||
print(gst_url)
|
||||
urllib.urlretrieve(gst_url, gst_lib_zip)
|
||||
zip_ref = zipfile.ZipFile(gst_lib_zip, "r")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue