2017-07-07 11:00:26 +00:00

35 lines
1.0 KiB
JSON

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