mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-15 13:11:22 +00:00
28 lines
929 B
JSON
28 lines
929 B
JSON
{
|
|
"homepage": "https://www.llvm.org/",
|
|
"version": "6.0.1",
|
|
"license": "NCSA",
|
|
"architecture": {
|
|
"32bit": {
|
|
"url": "https://releases.llvm.org/6.0.1/LLVM-6.0.1-win32.exe#/llvm.7z",
|
|
"hash": "534dbe5931f48979e793ef4ab245eb47fbc9c40e6a5b9f25fbc599c787834d35"
|
|
},
|
|
"64bit": {
|
|
"url": "https://releases.llvm.org/6.0.1/LLVM-6.0.1-win64.exe#/llvm.7z",
|
|
"hash": "780276221635aa08120187ffc2c72ff7873dee37f5609455ee7bba6fcdd91d79"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|