From 3b8aba5d0e36afec2a54443d0b195dc22df4d3bf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 21 Mar 2024 12:31:02 +0000 Subject: [PATCH] llvm: Update to version 18.1.2 --- bucket/llvm.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/llvm.json b/bucket/llvm.json index c237646914..c2a4e132d1 100644 --- a/bucket/llvm.json +++ b/bucket/llvm.json @@ -1,20 +1,20 @@ { - "version": "18.1.1", + "version": "18.1.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-18.1.1/LLVM-18.1.1-win64.exe#/dl.7z", - "hash": "97ee339d155be3303cc5d7c84e0aaca68872aaecc8972043fca680e43b256bcb" + "url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.2/LLVM-18.1.2-win64.exe#/dl.7z", + "hash": "bc7f15b36a2cfbce2d22ed1b4befcb26d945661bd0fc8117c6426e0374f714a1" }, "32bit": { - "url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.1/LLVM-18.1.1-win32.exe#/dl.7z", - "hash": "36154fd369f256097bbecfa3fa1b340370e73bb5f46598aa3de958dadd4dcdc6" + "url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.2/LLVM-18.1.2-win32.exe#/dl.7z", + "hash": "bc1404d49bbe81c930a2750691b20f1bfb38b7311c6a691a6e87b72e4726acb3" }, "arm64": { - "url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.1/LLVM-18.1.1-woa64.exe#/dl.7z", - "hash": "26260703988807e0a40ce726a16a396a7f45b02947415b85be40f3ed0d4db9a3" + "url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.2/LLVM-18.1.2-woa64.exe#/dl.7z", + "hash": "42feb4b6db4ffb8c2fbf6e121767970464b1262841dd32e956355f18245781bb" } }, "pre_install": "Remove-Item \"$dir\\`$*\", \"$dir\\Uninstall.exe\" -Recurse",