Converted llvm download to 7z to avoid elevated permissions request (#2054)

This commit is contained in:
g 2018-03-05 09:12:39 -08:00 committed by Richard Kuhnt
parent 9581d54bd0
commit 27176a56ab

View File

@ -4,24 +4,14 @@
"license": "University of Illinois/NCSA Open Source License", "license": "University of Illinois/NCSA Open Source License",
"architecture": { "architecture": {
"32bit": { "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" "hash": "5de70ab482edb2da7ac20126dc58e23a691498aa644ca23a7b10c32c9ee62157"
}, },
"64bit": { "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" "hash": "981543611d719624acb29a2cffd6a479cff36e8ab5ee8a57d8eca4f9c4c6956f"
} }
}, },
"installer": {
"args": [
"/S",
"/D=$dir"
]
},
"uninstaller": {
"file": "Uninstall.exe",
"args": "/S"
},
"env_add_path": "bin", "env_add_path": "bin",
"checkver": "\\/releases\\/download.html#([\\d.]+)", "checkver": "\\/releases\\/download.html#([\\d.]+)",
"autoupdate": { "autoupdate": {