From 7919880ccea4e60aeac792ad8b4aa285bd482ba8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 28 Dec 2023 12:29:31 +0000 Subject: [PATCH] msys2: Update to version 2023-10-26 --- bucket/msys2.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/msys2.json b/bucket/msys2.json index 915648ea73..f5c3dff0c1 100644 --- a/bucket/msys2.json +++ b/bucket/msys2.json @@ -1,14 +1,14 @@ { "##": "64-bit version is able to build both 32-bit and 64-bit packages", - "version": "2023-07-18", + "version": "2023-10-26", "description": "A software distro and building platform for Windows.", "homepage": "http://www.msys2.org/", "license": "GPL-2.0-only|BSD-3-Clause", "notes": "Please run 'msys2' now for the MSYS2 setup to complete!", "architecture": { "64bit": { - "url": "https://github.com/msys2/msys2-installer/releases/download/2023-07-18/msys2-base-x86_64-20230718.tar.xz", - "hash": "7d69011724f74e33d6080fe5fb1034fd63aeb00f8fc2414ca84628ef58493284", + "url": "https://github.com/msys2/msys2-installer/releases/download/2023-10-26/msys2-base-x86_64-20231026.tar.xz", + "hash": "fa75120560563a311241c05882016978bd35612692c7f0d39815a27837bff27d", "extract_dir": "msys64" } },