From 926d36a156d691d376d40e8f2f7afa2faa089d06 Mon Sep 17 00:00:00 2001 From: g Date: Mon, 5 Mar 2018 14:13:47 -0800 Subject: [PATCH] Fix to llvm rename to 7z (#2095) Fix llvm download rename to 7z --- llvm.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/llvm.json b/llvm.json index 9e60e073fa..beabe0500a 100644 --- a/llvm.json +++ b/llvm.json @@ -4,11 +4,11 @@ "license": "University of Illinois/NCSA Open Source License", "architecture": { "32bit": { - "url": "https://releases.llvm.org/5.0.1/LLVM-5.0.1-win32.exe/#7z", + "url": "https://releases.llvm.org/5.0.1/LLVM-5.0.1-win32.exe#/llvm.7z", "hash": "5de70ab482edb2da7ac20126dc58e23a691498aa644ca23a7b10c32c9ee62157" }, "64bit": { - "url": "https://releases.llvm.org/5.0.1/LLVM-5.0.1-win64.exe/#7z", + "url": "https://releases.llvm.org/5.0.1/LLVM-5.0.1-win64.exe#/llvm.7z", "hash": "981543611d719624acb29a2cffd6a479cff36e8ab5ee8a57d8eca4f9c4c6956f" } },