commit 1e09514cd1bfdeba863a84929edfc21ede3f8b9d Author: Georg Koppen gk@torproject.org Date: Fri Mar 1 19:08:03 2019 +0000
Bug 29632: Use HTTPS for downloading Gradle
There should be no excuse anymore to use plan HTTP (even though, we check the SHA-256 sum). Use HTTPS where possible. --- projects/android-toolchain/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/projects/android-toolchain/config b/projects/android-toolchain/config index c14f90e..8a4c413 100644 --- a/projects/android-toolchain/config +++ b/projects/android-toolchain/config @@ -33,6 +33,6 @@ input_files: - URL: '[% c("var/google_repo") %]/android-ndk-r15c-linux-x86_64.zip' name: android_ndk_compiler sha256sum: f01788946733bf6294a36727b99366a18369904eb068a599dde8cca2c1d2ba3c - - URL: http://services.gradle.org/distributions/gradle-4.1-bin.zip + - URL: https://services.gradle.org/distributions/gradle-4.1-bin.zip name: gradle_bin sha256sum: d55dfa9cfb5a3da86a1c9e75bb0b9507f9a8c8c100793ccec7beb6e259f9ed43