mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-08 09:41:20 +00:00
This leads to more consistent license properties and allows for easier automated parsing. https://spdx.org/licenses/
28 lines
929 B
JSON
28 lines
929 B
JSON
{
|
|
"homepage": "https://www.llvm.org/",
|
|
"version": "6.0.0",
|
|
"license": "NCSA",
|
|
"architecture": {
|
|
"32bit": {
|
|
"url": "https://releases.llvm.org/6.0.0/LLVM-6.0.0-win32.exe#/llvm.7z",
|
|
"hash": "7e3142d623ff12e18bea598e1bd55d8c96ff660f735daf0a469c2033b4d13c2c"
|
|
},
|
|
"64bit": {
|
|
"url": "https://releases.llvm.org/6.0.0/LLVM-6.0.0-win64.exe#/llvm.7z",
|
|
"hash": "2501887b2f638d3f65b0336f354b96f8108b563522d81e841d5c88c34af283dd"
|
|
}
|
|
},
|
|
"env_add_path": "bin",
|
|
"checkver": "\\/releases\\/download.html#([\\d.]+)",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://releases.llvm.org/$version/LLVM-$version-win64.exe#/llvm.7z"
|
|
},
|
|
"32bit": {
|
|
"url": "https://releases.llvm.org/$version/LLVM-$version-win32.exe#/llvm.7z"
|
|
}
|
|
}
|
|
}
|
|
}
|