llvm: Update to version 18.1.6

This commit is contained in:
github-actions[bot] 2024-05-22 12:31:09 +00:00
parent b50552703c
commit df539e3193

View File

@ -1,20 +1,20 @@
{
"version": "18.1.5",
"version": "18.1.6",
"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.5/LLVM-18.1.5-win64.exe#/dl.7z",
"hash": "97d05f12cf58c406129d29b5bd7cf38816ac6c0e6fdc9e59e95be1902de49efe"
"url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.6/LLVM-18.1.6-win64.exe#/dl.7z",
"hash": "e4cf89db2f4ce3aa8f661891faa59f4961b1e12df0217c9a88d20de9ca2fe25e"
},
"32bit": {
"url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.5/LLVM-18.1.5-win32.exe#/dl.7z",
"hash": "592b9161636b8ec548d6daba758703d75f64616e76731b71ab1b4fcdca1882ef"
"url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.6/LLVM-18.1.6-win32.exe#/dl.7z",
"hash": "2796d2f72c7f77ae3ca2abc24ee45ce70286a8b477db40f4bb62e70111a7713f"
},
"arm64": {
"url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.5/LLVM-18.1.5-woa64.exe#/dl.7z",
"hash": "878bc40240720903fc399df559ed04145c8e6884ea24131f87d4b0843d98c5ee"
"url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.6/LLVM-18.1.6-woa64.exe#/dl.7z",
"hash": "8519417fc57a1bc9ae7292a9bdde56c06b7b9505aa3a19fc75327aa3d91095df"
}
},
"pre_install": "Remove-Item \"$dir\\`$*\", \"$dir\\Uninstall.exe\" -Recurse",