llvm: Update to version 14.0.3

This commit is contained in:
github-actions[bot] 2022-04-29 12:33:16 +00:00
parent 678e1cdcdb
commit 580e82f302

View File

@ -1,16 +1,16 @@
{
"version": "14.0.2",
"version": "14.0.3",
"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-14.0.2/LLVM-14.0.2-win64.exe#/dl.7z",
"hash": "b3e32ef8e10d8ba3259cc9da65639d3604e430bb38016702cb94f84370060e01"
"url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-14.0.3/LLVM-14.0.3-win64.exe#/dl.7z",
"hash": "bcbd5b2e462025c4195848e773b38f797d2248818a3873ee73b0052b0427bf3b"
},
"32bit": {
"url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-14.0.2/LLVM-14.0.2-win32.exe#/dl.7z",
"hash": "538a0de63059e69290373995c0268e8897e6b4071a8936b25273e690b161cba5"
"url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-14.0.3/LLVM-14.0.3-win32.exe#/dl.7z",
"hash": "23f432498aadd2070b2153c4d4b7913fe91aaccd6f6055d4c8eeb6a6816e631b"
}
},
"pre_install": "Remove-Item \"$dir\\`$*\", \"$dir\\Uninstall.exe\" -Recurse",