mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-27 11:01:32 +00:00
19 lines
678 B
JSON
19 lines
678 B
JSON
{
|
|
"homepage": "http://www.llvm.org",
|
|
"version": "3.8.0",
|
|
"license": "University of Illinois/NCSA Open Source License",
|
|
"architecture": {
|
|
"32bit": {
|
|
"url": "http://www.llvm.org/releases/3.8.0/LLVM-3.8.0-win32.exe",
|
|
"hash": "ebdb056ebc6efd57c0643733a099920d1d5760a4d570580243e6c63f4b52920f"
|
|
},
|
|
"64bit": {
|
|
"url": "http://www.llvm.org/releases/3.8.0/LLVM-3.8.0-win64.exe",
|
|
"hash": "f9c3147157db32beab025314db9b82c600e182d82994880c1d844c70e29d76ef"
|
|
}
|
|
},
|
|
"installer": {"args": "/S /D=$dir"},
|
|
"uninstaller": {"file": "Uninstall.exe", "args": "/S"},
|
|
"env_add_path": "bin"
|
|
}
|