2017-12-28 17:21:40 +01:00

35 lines
1.0 KiB
JSON

{
"homepage": "https://www.llvm.org/",
"version": "5.0.1",
"license": "University of Illinois/NCSA Open Source License",
"architecture": {
"32bit": {
"url": "https://releases.llvm.org/5.0.1/LLVM-5.0.1-win32.exe",
"hash": "5de70ab482edb2da7ac20126dc58e23a691498aa644ca23a7b10c32c9ee62157"
},
"64bit": {
"url": "https://releases.llvm.org/5.0.1/LLVM-5.0.1-win64.exe",
"hash": "981543611d719624acb29a2cffd6a479cff36e8ab5ee8a57d8eca4f9c4c6956f"
}
},
"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"
}
}
}
}