mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
38 lines
1.5 KiB
JSON
38 lines
1.5 KiB
JSON
{
|
|
"version": "21.1.1",
|
|
"description": "Collection of modular and reusable compiler and toolchain technologies.",
|
|
"homepage": "https://www.llvm.org",
|
|
"license": "NCSA",
|
|
"notes": "Since upstream does NOT provide pre-compiled binary of arm64 for every release, LLVM arm64 is now a separate manifest: 'llvm-arm64'.",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-21.1.1/LLVM-21.1.1-win64.exe#/dl.7z",
|
|
"hash": "9c47d9c3b3ab7e41850211ac59e5ea4f7f2d245a1c81d7eb1f0192eebe210b33"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-21.1.1/LLVM-21.1.1-win32.exe#/dl.7z",
|
|
"hash": "cffcc20aca01ac1f4fa2ee770d524238fa00ae9622406afe6b97d2bb90584f4b"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|