From b103dade42f7da1ef8d699942eb677761909ccd9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2024 12:31:24 +0000 Subject: [PATCH] mingw-winlibs: Update to version 14.2.0-12.0.0-r1 --- 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 26ca4f367a..3396915c4b 100644 --- a/bucket/mingw-winlibs.json +++ b/bucket/mingw-winlibs.json @@ -1,17 +1,17 @@ { - "version": "14.1.0-12.0.0-r3", + "version": "14.2.0-12.0.0-r1", "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/14.1.0posix-18.1.8-12.0.0-msvcrt-r3/winlibs-x86_64-posix-seh-gcc-14.1.0-mingw-w64msvcrt-12.0.0-r3.7z", - "hash": "a4284089896bfaa02592f52330bd6535472c295363b251f3c64a0e7102c15a4b", + "url": "https://github.com/brechtsanders/winlibs_mingw/releases/download/14.2.0posix-18.1.8-12.0.0-msvcrt-r1/winlibs-x86_64-posix-seh-gcc-14.2.0-mingw-w64msvcrt-12.0.0-r1.7z", + "hash": "daf82b7bb6cb2d6b4cb5e630d3b4d37e75a9de31589aac8ff91f9228e2f97376", "extract_dir": "mingw64" }, "32bit": { - "url": "https://github.com/brechtsanders/winlibs_mingw/releases/download/14.1.0posix-18.1.8-12.0.0-msvcrt-r3/winlibs-i686-posix-dwarf-gcc-14.1.0-mingw-w64msvcrt-12.0.0-r3.7z", - "hash": "b0bb21304d95fe0712d8ac56df065b442e740164054ddde20bcb5983f921deff", + "url": "https://github.com/brechtsanders/winlibs_mingw/releases/download/14.2.0posix-18.1.8-12.0.0-msvcrt-r1/winlibs-i686-posix-dwarf-gcc-14.2.0-mingw-w64msvcrt-12.0.0-r1.7z", + "hash": "417c914c886a0f08bb18992063bb892aca61e461be3e9ea5ea0f8ff79d96559c", "extract_dir": "mingw32" } },