From 883e2d0ff879b518343b37f94e221403b1d81df0 Mon Sep 17 00:00:00 2001 From: Ross Smith II Date: Mon, 27 Nov 2017 06:35:15 -0800 Subject: [PATCH] Add https to llvm (#1877) --- llvm.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/llvm.json b/llvm.json index 981c88afed..a35a2bec93 100644 --- a/llvm.json +++ b/llvm.json @@ -4,11 +4,11 @@ "license": "University of Illinois/NCSA Open Source License", "architecture": { "32bit": { - "url": "http://releases.llvm.org/5.0.0/LLVM-5.0.0-win32.exe", + "url": "https://releases.llvm.org/5.0.0/LLVM-5.0.0-win32.exe", "hash": "b7a7565680d3aad66c17f789c115b738be4af3bc16e2589923f7a940f32439f6" }, "64bit": { - "url": "http://releases.llvm.org/5.0.0/LLVM-5.0.0-win64.exe", + "url": "https://releases.llvm.org/5.0.0/LLVM-5.0.0-win64.exe", "hash": "2b93843bd15623dc0e1bb52af85f2c0b41a89b6c1e613e6e6bd0da597c2639eb" } }, @@ -24,10 +24,10 @@ "autoupdate": { "architecture": { "64bit": { - "url": "http://releases.llvm.org/$version/LLVM-$version-win64.exe" + "url": "https://releases.llvm.org/$version/LLVM-$version-win64.exe" }, "32bit": { - "url": "http://releases.llvm.org/$version/LLVM-$version-win32.exe" + "url": "https://releases.llvm.org/$version/LLVM-$version-win32.exe" } } }