Use new S3 buckets

CC https://github.com/servo/project/issues/25
This commit is contained in:
Simon Sapin 2020-11-11 18:05:02 +01:00
parent 5488790be6
commit 68b5657575
7 changed files with 9 additions and 9 deletions

View file

@ -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://servo-deps.s3.amazonaws.com/android-deps/openssl-${OPENSSL_VERSION}.tar.gz; \
URL=https://servo-deps-2.s3.amazonaws.com/android-deps/openssl-${OPENSSL_VERSION}.tar.gz; \
curl $$URL | tar xzf -