From 9facb6396d1fb1d552eb7e25a1d91f365ce32616 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 12:31:42 +0000 Subject: [PATCH] mingw: Update to version 14.2.0-rt_v12-rev0 --- bucket/mingw.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/mingw.json b/bucket/mingw.json index 4e0bc324ed..ad956cc6b5 100644 --- a/bucket/mingw.json +++ b/bucket/mingw.json @@ -1,17 +1,17 @@ { - "version": "14.1.0-rt_v12-rev0", + "version": "14.2.0-rt_v12-rev0", "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.1.0-rt_v12-rev0/x86_64-14.1.0-release-posix-seh-ucrt-rt_v12-rev0.7z", - "hash": "102aa10e04fe6e106d7ea0bbd541680a4aa281b8e7f7ab8f760127914507c57b", + "url": "https://github.com/niXman/mingw-builds-binaries/releases/download/14.2.0-rt_v12-rev0/x86_64-14.2.0-release-posix-seh-ucrt-rt_v12-rev0.7z", + "hash": "0f1afc3b48f66dda68fbfb7b8b0f1d22b831396fbe1e3dea776745f32d930b24", "extract_dir": "mingw64" }, "32bit": { - "url": "https://github.com/niXman/mingw-builds-binaries/releases/download/14.1.0-rt_v12-rev0/i686-14.1.0-release-posix-dwarf-ucrt-rt_v12-rev0.7z", - "hash": "bf467f7417083d51c97dee0a49cd4d872008426ff3a1695ff19a61b59a944f0b", + "url": "https://github.com/niXman/mingw-builds-binaries/releases/download/14.2.0-rt_v12-rev0/i686-14.2.0-release-posix-dwarf-ucrt-rt_v12-rev0.7z", + "hash": "8af0dbb6a36ff4dd9c6710f1d9f464cc341b81db7da1c872418a382acc02c3b4", "extract_dir": "mingw32" } },