diff options
author | Simon Sapin <simon.sapin@exyr.org> | 2020-11-11 18:05:02 +0100 |
---|---|---|
committer | Simon Sapin <simon.sapin@exyr.org> | 2020-11-11 21:02:51 +0100 |
commit | 68b565757593edbe2982ce46100d6db73e508625 (patch) | |
tree | 3140080169232287a2a8f15d8cc4d0d9e05594e5 /support/android/openssl.makefile | |
parent | 5488790be68aa03c603954f648a12b3d26139b0c (diff) | |
download | servo-68b565757593edbe2982ce46100d6db73e508625.tar.gz servo-68b565757593edbe2982ce46100d6db73e508625.zip |
Use new S3 buckets
CC https://github.com/servo/project/issues/25
Diffstat (limited to 'support/android/openssl.makefile')
-rw-r--r-- | support/android/openssl.makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/android/openssl.makefile b/support/android/openssl.makefile index 90dee9eda8b..5bc93e1433d 100644 --- a/support/android/openssl.makefile +++ b/support/android/openssl.makefile @@ -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 - |