From 1753d729ef6438fcac3e35ec4073dd6b5a38201b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 12:31:41 +0000 Subject: [PATCH] llvm-arm64: Update to version 21.1.3 --- 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 20cc5ec2c5..a1ab4b6e98 100644 --- a/bucket/llvm-arm64.json +++ b/bucket/llvm-arm64.json @@ -1,12 +1,12 @@ { - "version": "21.1.2", + "version": "21.1.3", "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-21.1.2/LLVM-21.1.2-woa64.exe#/dl.7z", - "hash": "02a316147d1974d104be76b9cfd5ea1707b9f7416089b218eb939c985f665650" + "url": "https://github.com/llvm/llvm-project/releases/download/llvmorg-21.1.3/LLVM-21.1.3-woa64.exe#/dl.7z", + "hash": "b90d2c586c857240149e3b5394fb02a437cad1cad16352681fbcbafd117d4b53" } }, "pre_install": "Remove-Item \"$dir\\`$*\", \"$dir\\Uninstall.exe\" -Recurse",