2017-11-27 15:35:15 +01:00

35 lines
1.0 KiB
JSON

{
"homepage": "http://www.llvm.org",
"version": "5.0.0",
"license": "University of Illinois/NCSA Open Source License",
"architecture": {
"32bit": {
"url": "https://releases.llvm.org/5.0.0/LLVM-5.0.0-win32.exe",
"hash": "b7a7565680d3aad66c17f789c115b738be4af3bc16e2589923f7a940f32439f6"
},
"64bit": {
"url": "https://releases.llvm.org/5.0.0/LLVM-5.0.0-win64.exe",
"hash": "2b93843bd15623dc0e1bb52af85f2c0b41a89b6c1e613e6e6bd0da597c2639eb"
}
},
"installer": {
"args": "/S /D=$dir"
},
"uninstaller": {
"file": "Uninstall.exe",
"args": "/S"
},
"env_add_path": "bin",
"checkver": "\\/releases\\/download.html#([\\d.]+)",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://releases.llvm.org/$version/LLVM-$version-win64.exe"
},
"32bit": {
"url": "https://releases.llvm.org/$version/LLVM-$version-win32.exe"
}
}
}
}