mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-13 04:01:19 +00:00
44 lines
1.8 KiB
JSON
44 lines
1.8 KiB
JSON
{
|
|
"version": "18.1.2",
|
|
"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.2/LLVM-18.1.2-win64.exe#/dl.7z",
|
|
"hash": "bc7f15b36a2cfbce2d22ed1b4befcb26d945661bd0fc8117c6426e0374f714a1"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.2/LLVM-18.1.2-win32.exe#/dl.7z",
|
|
"hash": "bc1404d49bbe81c930a2750691b20f1bfb38b7311c6a691a6e87b72e4726acb3"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.2/LLVM-18.1.2-woa64.exe#/dl.7z",
|
|
"hash": "42feb4b6db4ffb8c2fbf6e121767970464b1262841dd32e956355f18245781bb"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|