mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-16 21:51:31 +00:00
44 lines
1.8 KiB
JSON
44 lines
1.8 KiB
JSON
{
|
|
"version": "18.1.4",
|
|
"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.4/LLVM-18.1.4-win64.exe#/dl.7z",
|
|
"hash": "78d8f528a132e131b978e6b3276aa45af759a068a25c006240f59ab28df5f621"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.4/LLVM-18.1.4-win32.exe#/dl.7z",
|
|
"hash": "08836ec318f48e5ce8f6c44ee11794518594f9b51b98be6931bb92cd1bbf7aea"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.4/LLVM-18.1.4-woa64.exe#/dl.7z",
|
|
"hash": "afa8ecdb3298c81c8e7285ea361d90517b5f4576f0064735dfa0c055636058f7"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|