From 86577defbcdc455efd8b26a1f5ae7d9627a1fbf0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 16:29:29 +0000 Subject: [PATCH] mingw-winlibs: Update to version 15.2.0-13.0.0-r3 --- 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 731aa34c80..9391a052b1 100644 --- a/bucket/mingw-winlibs.json +++ b/bucket/mingw-winlibs.json @@ -1,17 +1,17 @@ { - "version": "15.2.0-13.0.0-r2", + "version": "15.2.0-13.0.0-r3", "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.2.0posix-13.0.0-ucrt-r2/winlibs-x86_64-posix-seh-gcc-15.2.0-mingw-w64ucrt-13.0.0-r2.7z", - "hash": "fe1883101dd00cdec3d4def8b7684f7ee9bd5a4300e5280b82650e638e86904c", + "url": "https://github.com/brechtsanders/winlibs_mingw/releases/download/15.2.0posix-13.0.0-ucrt-r3/winlibs-x86_64-posix-seh-gcc-15.2.0-mingw-w64ucrt-13.0.0-r3.7z", + "hash": "eb61f4fa4ac0945e336e8d70c63b5f596e10ee490375d823559b03635c38d500", "extract_dir": "mingw64" }, "32bit": { - "url": "https://github.com/brechtsanders/winlibs_mingw/releases/download/15.2.0posix-13.0.0-ucrt-r2/winlibs-i686-posix-dwarf-gcc-15.2.0-mingw-w64ucrt-13.0.0-r2.7z", - "hash": "79a58c5ae8107b11e0490a058a4ffca0e140b136409de40aac373fcbabe72d40", + "url": "https://github.com/brechtsanders/winlibs_mingw/releases/download/15.2.0posix-13.0.0-ucrt-r3/winlibs-i686-posix-dwarf-gcc-15.2.0-mingw-w64ucrt-13.0.0-r3.7z", + "hash": "e2f6b642d380444b704bb844d5e7a8ad4119423edaf0cc7cd1d4957a20948220", "extract_dir": "mingw32" } },