From 67aae1fa5b64461bc2133e118721ac69a142a97d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 12:31:05 +0000 Subject: [PATCH] mingw: Update to version 13.2.0-rt_v11-rev0 --- bucket/mingw.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/mingw.json b/bucket/mingw.json index 472047a37b..6cb3e39a92 100644 --- a/bucket/mingw.json +++ b/bucket/mingw.json @@ -1,17 +1,17 @@ { - "version": "13.1.0-rt_v11-rev1", + "version": "13.2.0-rt_v11-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/13.1.0-rt_v11-rev1/x86_64-13.1.0-release-posix-seh-ucrt-rt_v11-rev1.7z", - "hash": "da69a72f8f7e021a738b5beb45c08398cc042cca8f8573d0f2ae263e65f5752a", + "url": "https://github.com/niXman/mingw-builds-binaries/releases/download/13.2.0-rt_v11-rev0/x86_64-13.2.0-release-posix-seh-ucrt-rt_v11-rev0.7z", + "hash": "a05578fab9068c678ce761e7b2e284d23fa7416a2f4f36349e05e506c944e2c7", "extract_dir": "mingw64" }, "32bit": { - "url": "https://github.com/niXman/mingw-builds-binaries/releases/download/13.1.0-rt_v11-rev1/i686-13.1.0-release-posix-dwarf-ucrt-rt_v11-rev1.7z", - "hash": "63c4ada31dca519cd1894e19381afaed75d88d36e5891be94268b07f95171d0c", + "url": "https://github.com/niXman/mingw-builds-binaries/releases/download/13.2.0-rt_v11-rev0/i686-13.2.0-release-posix-dwarf-ucrt-rt_v11-rev0.7z", + "hash": "d645afaf8d506570631c492a6a06220add1a953eaf83055cd2a69d1c1d25a5cd", "extract_dir": "mingw32" } },