Consistent servo-deps download URLs

This commit is contained in:
Jan Andre Ikenmeyer 2018-11-06 12:20:10 +01:00
parent e217672c1a
commit 357f23fae1
No known key found for this signature in database
GPG key ID: 28F9E42748DD95AE
5 changed files with 6 additions and 6 deletions

View file

@ -2,7 +2,7 @@
all: openssl
@: # No-op to silence the "make: Nothing to be done for 'all'." message.
# From http://wiki.openssl.org/index.php/Android
# From https://wiki.openssl.org/index.php/Android
.PHONY: openssl
openssl: openssl-${OPENSSL_VERSION}/libssl.so
@ -10,5 +10,5 @@ openssl-${OPENSSL_VERSION}/libssl.so: openssl-${OPENSSL_VERSION}/Configure
./openssl.sh ${ANDROID_NDK} ${OPENSSL_VERSION}
openssl-${OPENSSL_VERSION}/Configure:
URL=https://s3.amazonaws.com/servo-deps/android-deps/openssl-${OPENSSL_VERSION}.tar.gz; \
URL=https://servo-deps.s3.amazonaws.com/android-deps/openssl-${OPENSSL_VERSION}.tar.gz; \
curl $$URL | tar xzf -