From 8bcc877225722e675abf98416d5ee8caf80bb8b9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 5 Oct 2022 00:43:09 +0000 Subject: [PATCH] llvm: Update to version 15.0.2 --- bucket/llvm.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/llvm.json b/bucket/llvm.json index 211fa7a60a..c0d927b19c 100644 --- a/bucket/llvm.json +++ b/bucket/llvm.json @@ -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",