{ "homepage": "http://www.llvm.org", "version": "3.9.1", "license": "University of Illinois/NCSA Open Source License", "architecture": { "32bit": { "url": "http://releases.llvm.org/3.9.1/LLVM-3.9.1-win32.exe", "hash": "f5cdf134e27a215a18515e2dcd100902dcf539f487c2028a817ffe7d3091f32a" }, "64bit": { "url": "http://releases.llvm.org/3.9.1/LLVM-3.9.1-win64.exe", "hash": "7ea2b7bc0de6b96a6ce11e6cfece7b84a31fb0c86c977f42ee178cba41517606" } }, "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" } } } }