diff --git a/llvm.json b/llvm.json index 884574e29b..9e60e073fa 100644 --- a/llvm.json +++ b/llvm.json @@ -4,24 +4,14 @@ "license": "University of Illinois/NCSA Open Source License", "architecture": { "32bit": { - "url": "https://releases.llvm.org/5.0.1/LLVM-5.0.1-win32.exe", + "url": "https://releases.llvm.org/5.0.1/LLVM-5.0.1-win32.exe/#7z", "hash": "5de70ab482edb2da7ac20126dc58e23a691498aa644ca23a7b10c32c9ee62157" }, "64bit": { - "url": "https://releases.llvm.org/5.0.1/LLVM-5.0.1-win64.exe", + "url": "https://releases.llvm.org/5.0.1/LLVM-5.0.1-win64.exe/#7z", "hash": "981543611d719624acb29a2cffd6a479cff36e8ab5ee8a57d8eca4f9c4c6956f" } }, - "installer": { - "args": [ - "/S", - "/D=$dir" - ] - }, - "uninstaller": { - "file": "Uninstall.exe", - "args": "/S" - }, "env_add_path": "bin", "checkver": "\\/releases\\/download.html#([\\d.]+)", "autoupdate": {