mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +00:00
28 lines
929 B
JSON
28 lines
929 B
JSON
{
|
|
"homepage": "https://www.llvm.org/",
|
|
"version": "7.0.1",
|
|
"license": "NCSA",
|
|
"architecture": {
|
|
"32bit": {
|
|
"url": "https://releases.llvm.org/7.0.1/LLVM-7.0.1-win32.exe#/llvm.7z",
|
|
"hash": "d56d8716da871c1895646b47aa406b27045d7155efdb4c5425dbe28b41df90b3"
|
|
},
|
|
"64bit": {
|
|
"url": "https://releases.llvm.org/7.0.1/LLVM-7.0.1-win64.exe#/llvm.7z",
|
|
"hash": "672e4c420d6543a8a9f8ec5f1e5f283d88ac2155ef4c57232a399160a02bff57"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|