llvm: Update to version 15.0.2

This commit is contained in:
github-actions[bot] 2022-10-05 00:43:09 +00:00
parent 79361d638e
commit 8bcc877225

View File

@ -1,16 +1,16 @@
{
"version": "15.0.1",
"version": "15.0.2",
"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-15.0.1/LLVM-15.0.1-win64.exe#/dl.7z",
"hash": "abeca6f369769ac5dee6f2c466e333f67799a069e3b21197a733dd3dd86d87cb"
"url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-15.0.2/LLVM-15.0.2-win64.exe#/dl.7z",
"hash": "50d24a9e8cb6767ad5c3eb21422a3ffa8f4a2d797120e8d5be41dd0c88c0d63a"
},
"32bit": {
"url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-15.0.1/LLVM-15.0.1-win32.exe#/dl.7z",
"hash": "4b8692542e217a84d51e31f642e225786d9df67b17c57816f4b52d023a4909a8"
"url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-15.0.2/LLVM-15.0.2-win32.exe#/dl.7z",
"hash": "15217b6484653da3e1f889290a0fa9b474bf94a18ac4ae4bd1fb3d701b330ce8"
}
},
"pre_install": "Remove-Item \"$dir\\`$*\", \"$dir\\Uninstall.exe\" -Recurse",