From 8b4c24c134a6c58b2e3eccce166b340a87c17bcc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 20:29:38 +0000 Subject: [PATCH] mingw-winlibs: Update to version 15.1.0-13.0.0-r2 --- bucket/mingw-winlibs.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/mingw-winlibs.json b/bucket/mingw-winlibs.json index 24de710446..39d6715dfc 100644 --- a/bucket/mingw-winlibs.json +++ b/bucket/mingw-winlibs.json @@ -1,17 +1,17 @@ { - "version": "15.1.0-12.0.0-r1", + "version": "15.1.0-13.0.0-r2", "description": "GNU Compiler Collection (WinLibs build)", "homepage": "https://winlibs.com", "license": "GPL-3.0-or-later,ZPL-2.1,BSD-2-Clause,...", "architecture": { "64bit": { - "url": "https://github.com/brechtsanders/winlibs_mingw/releases/download/15.1.0posix-12.0.0-ucrt-r1/winlibs-x86_64-posix-seh-gcc-15.1.0-mingw-w64ucrt-12.0.0-r1.7z", - "hash": "325e4799213fd1f24f6d411b54e0a7e5db404f2012a294f5bbbfe4b496095769", + "url": "https://github.com/brechtsanders/winlibs_mingw/releases/download/15.1.0posix-13.0.0-ucrt-r2/winlibs-x86_64-posix-seh-gcc-15.1.0-mingw-w64ucrt-13.0.0-r2.7z", + "hash": "65cde4795ace9eb3a81d261b3720299cbd75434c341828ea2977b48fa40ddcf3", "extract_dir": "mingw64" }, "32bit": { - "url": "https://github.com/brechtsanders/winlibs_mingw/releases/download/15.1.0posix-12.0.0-ucrt-r1/winlibs-i686-posix-dwarf-gcc-15.1.0-mingw-w64ucrt-12.0.0-r1.7z", - "hash": "153bf3ab0d484247ff001376476ad8f1fe784fc0dbdedad13c599a95f6a5f50e", + "url": "https://github.com/brechtsanders/winlibs_mingw/releases/download/15.1.0posix-13.0.0-ucrt-r2/winlibs-i686-posix-dwarf-gcc-15.1.0-mingw-w64ucrt-13.0.0-r2.7z", + "hash": "1adaae46c70e1f24bd8526b057e4d696113866b09e4ceae17db58e83ed14394d", "extract_dir": "mingw32" } },