mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-06 16:51:20 +00:00
Converted llvm download to 7z to avoid elevated permissions request (#2054)
This commit is contained in:
parent
9581d54bd0
commit
27176a56ab
14
llvm.json
14
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": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user