mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
44 lines
1.8 KiB
JSON
44 lines
1.8 KiB
JSON
{
|
|
"version": "18.1.5",
|
|
"description": "Collection of modular and reusable compiler and toolchain technologies.",
|
|
"homepage": "https://www.llvm.org",
|
|
"license": "NCSA",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.5/LLVM-18.1.5-win64.exe#/dl.7z",
|
|
"hash": "97d05f12cf58c406129d29b5bd7cf38816ac6c0e6fdc9e59e95be1902de49efe"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.5/LLVM-18.1.5-win32.exe#/dl.7z",
|
|
"hash": "592b9161636b8ec548d6daba758703d75f64616e76731b71ab1b4fcdca1882ef"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.5/LLVM-18.1.5-woa64.exe#/dl.7z",
|
|
"hash": "878bc40240720903fc399df559ed04145c8e6884ea24131f87d4b0843d98c5ee"
|
|
}
|
|
},
|
|
"pre_install": "Remove-Item \"$dir\\`$*\", \"$dir\\Uninstall.exe\" -Recurse",
|
|
"env_add_path": "bin",
|
|
"env_set": {
|
|
"LIBCLANG_PATH": "$dir\\bin",
|
|
"LLVM_LIB_DIR": "$dir\\lib"
|
|
},
|
|
"checkver": {
|
|
"github": "https://github.com/llvm/llvm-project",
|
|
"regex": "tag/llvmorg-([\\d._]+)"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-$version/LLVM-$version-win64.exe#/dl.7z"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-$version/LLVM-$version-win32.exe#/dl.7z"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-$version/LLVM-$version-woa64.exe#/dl.7z"
|
|
}
|
|
}
|
|
}
|
|
}
|