From 2274c507be2c902ba34f2a9262ec87aa2fbbed13 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 29 Mar 2025 16:30:37 +0000 Subject: [PATCH] mingw: Update to version 14.2.0-rt_v12-rev2 --- bucket/mingw.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/mingw.json b/bucket/mingw.json index 27da9296a8..1b5a0904b8 100644 --- a/bucket/mingw.json +++ b/bucket/mingw.json @@ -1,17 +1,17 @@ { - "version": "14.2.0-rt_v12-rev1", + "version": "14.2.0-rt_v12-rev2", "description": "Minimalistic GNU for Windows is a runtime environment for GCC, GDB, make and related binutils.", "homepage": "https://www.mingw-w64.org", "license": "ZPL-2.1", "architecture": { "64bit": { - "url": "https://github.com/niXman/mingw-builds-binaries/releases/download/14.2.0-rt_v12-rev1/x86_64-14.2.0-release-posix-seh-ucrt-rt_v12-rev1.7z", - "hash": "9fa5768ba0e628203c4631d447ce533335cdd1fd9c318d84c774e729efa4edad", + "url": "https://github.com/niXman/mingw-builds-binaries/releases/download/14.2.0-rt_v12-rev2/x86_64-14.2.0-release-posix-seh-ucrt-rt_v12-rev2.7z", + "hash": "918732a84fc8006586be0f5909b75896ab85d5e0e9df521b4d4f9202e7debc12", "extract_dir": "mingw64" }, "32bit": { - "url": "https://github.com/niXman/mingw-builds-binaries/releases/download/14.2.0-rt_v12-rev1/i686-14.2.0-release-posix-dwarf-ucrt-rt_v12-rev1.7z", - "hash": "1c2eeea19fa993d0f60e857a635708936d662012db4a29e39076f862f9d97023", + "url": "https://github.com/niXman/mingw-builds-binaries/releases/download/14.2.0-rt_v12-rev2/i686-14.2.0-release-posix-dwarf-ucrt-rt_v12-rev2.7z", + "hash": "150a1b0160d93d0695e9717b013b4cfd990d9380805bae8c34d024a6db440e63", "extract_dir": "mingw32" } },