From d3bfe77d790da9498a1b6466a03a2033b8ff1354 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 08:30:38 +0000 Subject: [PATCH] llvm-arm64: Update to version 19.1.5 --- bucket/llvm-arm64.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/llvm-arm64.json b/bucket/llvm-arm64.json index 12dbc847c5..f03d0de83c 100644 --- a/bucket/llvm-arm64.json +++ b/bucket/llvm-arm64.json @@ -1,12 +1,12 @@ { - "version": "18.1.8", + "version": "19.1.5", "description": "Collection of modular and reusable compiler and toolchain technologies. (arm64/aarch64 only)", "homepage": "https://www.llvm.org", "license": "NCSA", "architecture": { "arm64": { - "url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.8/LLVM-18.1.8-woa64.exe#/dl.7z", - "hash": "e25bf44d67fe86708490cf08de085fe1d6e1e50f3249c212c9077a06247cdc9e" + "url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-19.1.5/LLVM-19.1.5-woa64.exe#/dl.7z", + "hash": "63d479c19c3908f8c973331edc9b576485eab6ab0809f58c79df5d209fdd8f96" } }, "pre_install": "Remove-Item \"$dir\\`$*\", \"$dir\\Uninstall.exe\" -Recurse",