aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/build_commands.py
diff options
context:
space:
mode:
authorJan Andre Ikenmeyer <jan@ikenmeyer.eu>2018-11-06 12:20:10 +0100
committerJan Andre Ikenmeyer <jan@ikenmeyer.eu>2018-11-06 12:20:10 +0100
commit357f23fae1dff82eac983137b4e80f66d48bfa91 (patch)
treebc01ede38dbc14d0e4a0b6ec16d782ca40f09bd9 /python/servo/build_commands.py
parente217672c1ab665a68aca36bb5086956254604e75 (diff)
downloadservo-357f23fae1dff82eac983137b4e80f66d48bfa91.tar.gz
servo-357f23fae1dff82eac983137b4e80f66d48bfa91.zip
Consistent servo-deps download URLs
Diffstat (limited to 'python/servo/build_commands.py')
-rw-r--r--python/servo/build_commands.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/servo/build_commands.py b/python/servo/build_commands.py
index b6aa53bf15e..ab9c769fb9f 100644
--- a/python/servo/build_commands.py
+++ b/python/servo/build_commands.py
@@ -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")