ScoopInstaller_Main/bucket/llvm-arm64.json
2025-10-13 12:31:41 +00:00

30 lines
1.0 KiB
JSON

{
"version": "21.1.3",
"description": "Collection of modular and reusable compiler and toolchain technologies. (arm64/aarch64 only)",
"homepage": "https://www.llvm.org",
"license": "NCSA",
"architecture": {
"arm64": {
"url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-21.1.3/LLVM-21.1.3-woa64.exe#/dl.7z",
"hash": "b90d2c586c857240149e3b5394fb02a437cad1cad16352681fbcbafd117d4b53"
}
},
"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": {
"arm64": {
"url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-$version/LLVM-$version-woa64.exe#/dl.7z"
}
}
}
}