llvm: Update to version 18.1.3

This commit is contained in:
github-actions[bot] 2024-04-08 13:11:58 +00:00
parent 618df7d41b
commit 39ec71a0d8

View File

@ -1,20 +1,20 @@
{ {
"version": "18.1.2", "version": "18.1.3",
"description": "Collection of modular and reusable compiler and toolchain technologies.", "description": "Collection of modular and reusable compiler and toolchain technologies.",
"homepage": "https://www.llvm.org", "homepage": "https://www.llvm.org",
"license": "NCSA", "license": "NCSA",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.2/LLVM-18.1.2-win64.exe#/dl.7z", "url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.3/LLVM-18.1.3-win64.exe#/dl.7z",
"hash": "bc7f15b36a2cfbce2d22ed1b4befcb26d945661bd0fc8117c6426e0374f714a1" "hash": "45fdce095dbde8981deaee4359a2a7528825fe99b0fc933871f19e2f319159fa"
}, },
"32bit": { "32bit": {
"url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.2/LLVM-18.1.2-win32.exe#/dl.7z", "url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.3/LLVM-18.1.3-win32.exe#/dl.7z",
"hash": "bc1404d49bbe81c930a2750691b20f1bfb38b7311c6a691a6e87b72e4726acb3" "hash": "64e558ea87653ba70b0bf1d50c777ff4c8fe0ae86db926c351c363eb5807ceea"
}, },
"arm64": { "arm64": {
"url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.2/LLVM-18.1.2-woa64.exe#/dl.7z", "url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.3/LLVM-18.1.3-woa64.exe#/dl.7z",
"hash": "42feb4b6db4ffb8c2fbf6e121767970464b1262841dd32e956355f18245781bb" "hash": "df8d230752b385aaeb07fe8c9a2550411e3675b7e2260ea93fa26a9db8c85016"
} }
}, },
"pre_install": "Remove-Item \"$dir\\`$*\", \"$dir\\Uninstall.exe\" -Recurse", "pre_install": "Remove-Item \"$dir\\`$*\", \"$dir\\Uninstall.exe\" -Recurse",