llvm: Update to version 20.1.8

This commit is contained in:
github-actions[bot] 2025-07-09 12:31:40 +00:00
parent 6c107a4ade
commit db74816d61

View File

@ -1,17 +1,17 @@
{
"version": "20.1.7",
"version": "20.1.8",
"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-20.1.7/LLVM-20.1.7-win64.exe#/dl.7z",
"hash": "486e49650d8fe74987c82d3918e4f4b657e7c634fe1710817dc665cfbcb0fa52"
"url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-20.1.8/LLVM-20.1.8-win64.exe#/dl.7z",
"hash": "3197846a2b19063687dd56e93e34cd941e3548d907f23a6131571321bdf9fe7b"
},
"32bit": {
"url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-20.1.7/LLVM-20.1.7-win32.exe#/dl.7z",
"hash": "6cb6031f01bde9bc1c6ca7354c0865fca02f48346cf01296e7ffdaf117cab020"
"url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-20.1.8/LLVM-20.1.8-win32.exe#/dl.7z",
"hash": "430b5c04252c9ff195a8993ae1c2ff2b73a14f42067f44cfe8f6db73232313cd"
}
},
"pre_install": "Remove-Item \"$dir\\`$*\", \"$dir\\Uninstall.exe\" -Recurse",