From 39f0e58b80044a55437a514f24f45faffe755ebc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 30 Apr 2025 00:38:49 +0000 Subject: [PATCH] mingw: Update to version 15.1.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 1b5a0904b8..970e2fad85 100644 --- a/bucket/mingw.json +++ b/bucket/mingw.json @@ -1,17 +1,17 @@ { - "version": "14.2.0-rt_v12-rev2", + "version": "15.1.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.2.0-rt_v12-rev2/x86_64-14.2.0-release-posix-seh-ucrt-rt_v12-rev2.7z", - "hash": "918732a84fc8006586be0f5909b75896ab85d5e0e9df521b4d4f9202e7debc12", + "url": "https://github.com/niXman/mingw-builds-binaries/releases/download/15.1.0-rt_v12-rev0/x86_64-15.1.0-release-posix-seh-ucrt-rt_v12-rev0.7z", + "hash": "c83e2ae8af805aa2a5d458f6001f67152c8d88b5d4f74a84bcf3e9322e5d40f3", "extract_dir": "mingw64" }, "32bit": { - "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", + "url": "https://github.com/niXman/mingw-builds-binaries/releases/download/15.1.0-rt_v12-rev0/i686-15.1.0-release-posix-dwarf-ucrt-rt_v12-rev0.7z", + "hash": "f163e9fdf7a671bf571f2bf253e55c51a35968ea73fd8a8085fd47117c7b072b", "extract_dir": "mingw32" } },