From ef8770caa2d083f98d6c08d05f923cfd2193e5bc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 24 Apr 2024 00:34:04 +0000 Subject: [PATCH] llvm: Update to version 18.1.4 --- bucket/llvm.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/llvm.json b/bucket/llvm.json index 947bca5b76..652788a19a 100644 --- a/bucket/llvm.json +++ b/bucket/llvm.json @@ -1,20 +1,20 @@ { - "version": "18.1.3", + "version": "18.1.4", "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.3/LLVM-18.1.3-win64.exe#/dl.7z", - "hash": "45fdce095dbde8981deaee4359a2a7528825fe99b0fc933871f19e2f319159fa" + "url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.4/LLVM-18.1.4-win64.exe#/dl.7z", + "hash": "78d8f528a132e131b978e6b3276aa45af759a068a25c006240f59ab28df5f621" }, "32bit": { - "url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.3/LLVM-18.1.3-win32.exe#/dl.7z", - "hash": "64e558ea87653ba70b0bf1d50c777ff4c8fe0ae86db926c351c363eb5807ceea" + "url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.4/LLVM-18.1.4-win32.exe#/dl.7z", + "hash": "08836ec318f48e5ce8f6c44ee11794518594f9b51b98be6931bb92cd1bbf7aea" }, "arm64": { - "url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.3/LLVM-18.1.3-woa64.exe#/dl.7z", - "hash": "df8d230752b385aaeb07fe8c9a2550411e3675b7e2260ea93fa26a9db8c85016" + "url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.4/LLVM-18.1.4-woa64.exe#/dl.7z", + "hash": "afa8ecdb3298c81c8e7285ea361d90517b5f4576f0064735dfa0c055636058f7" } }, "pre_install": "Remove-Item \"$dir\\`$*\", \"$dir\\Uninstall.exe\" -Recurse",