From 6f89e3940dcd418fc22e261300a8b5c4f62ff718 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 11 Jun 2024 16:31:11 +0000 Subject: [PATCH] llvm: Update to version 18.1.7 --- bucket/llvm.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/llvm.json b/bucket/llvm.json index b3b485674e..06599dfd2d 100644 --- a/bucket/llvm.json +++ b/bucket/llvm.json @@ -1,20 +1,20 @@ { - "version": "18.1.6", + "version": "18.1.7", "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.6/LLVM-18.1.6-win64.exe#/dl.7z", - "hash": "e4cf89db2f4ce3aa8f661891faa59f4961b1e12df0217c9a88d20de9ca2fe25e" + "url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.7/LLVM-18.1.7-win64.exe#/dl.7z", + "hash": "d38707b431ea30b6d1246412220e8da443e8423fd3b27ae59939a064141dece0" }, "32bit": { - "url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.6/LLVM-18.1.6-win32.exe#/dl.7z", - "hash": "2796d2f72c7f77ae3ca2abc24ee45ce70286a8b477db40f4bb62e70111a7713f" + "url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.7/LLVM-18.1.7-win32.exe#/dl.7z", + "hash": "28b5d89f4f77f376918892533a1312cb9da8fedf619399f814e31e33e1ccd3d7" }, "arm64": { - "url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.6/LLVM-18.1.6-woa64.exe#/dl.7z", - "hash": "8519417fc57a1bc9ae7292a9bdde56c06b7b9505aa3a19fc75327aa3d91095df" + "url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.7/LLVM-18.1.7-woa64.exe#/dl.7z", + "hash": "cf8260637596a8b1e69088713127de4fb9deb4fc5836f0174fb0cd43dfd354d8" } }, "pre_install": "Remove-Item \"$dir\\`$*\", \"$dir\\Uninstall.exe\" -Recurse",