mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-25 01:51:29 +00:00
28 lines
929 B
JSON
28 lines
929 B
JSON
{
|
|
"homepage": "https://www.llvm.org/",
|
|
"version": "7.0.0",
|
|
"license": "NCSA",
|
|
"architecture": {
|
|
"32bit": {
|
|
"url": "https://releases.llvm.org/7.0.0/LLVM-7.0.0-win32.exe#/llvm.7z",
|
|
"hash": "c3aa07231ab84f7ab4bb47b3cda4393c8203f3254a04b602cdfdc116c4c058f5"
|
|
},
|
|
"64bit": {
|
|
"url": "https://releases.llvm.org/7.0.0/LLVM-7.0.0-win64.exe#/llvm.7z",
|
|
"hash": "74b197a3959b0408adf0824be01db8dddfa2f9a967f4085af3fad900ed5fdbf6"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|