mingw: Update to version 15.2.0-rt_v13-rev0

This commit is contained in:
github-actions[bot] 2025-08-13 16:29:59 +00:00
parent 96b8eeaeb7
commit d2de9f5989

View File

@ -1,17 +1,17 @@
{ {
"version": "15.1.0-rt_v12-rev0", "version": "15.2.0-rt_v13-rev0",
"description": "Minimalistic GNU for Windows is a runtime environment for GCC, GDB, make and related binutils.", "description": "Minimalistic GNU for Windows is a runtime environment for GCC, GDB, make and related binutils.",
"homepage": "https://www.mingw-w64.org", "homepage": "https://www.mingw-w64.org",
"license": "ZPL-2.1", "license": "ZPL-2.1",
"architecture": { "architecture": {
"64bit": { "64bit": {
"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", "url": "https://github.com/niXman/mingw-builds-binaries/releases/download/15.2.0-rt_v13-rev0/x86_64-15.2.0-release-posix-seh-ucrt-rt_v13-rev0.7z",
"hash": "c83e2ae8af805aa2a5d458f6001f67152c8d88b5d4f74a84bcf3e9322e5d40f3", "hash": "05b3361a3a3e20a5789db37fc2bb6a70d0b02e4667b5a31d9a6672ea40d22c69",
"extract_dir": "mingw64" "extract_dir": "mingw64"
}, },
"32bit": { "32bit": {
"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", "url": "https://github.com/niXman/mingw-builds-binaries/releases/download/15.2.0-rt_v13-rev0/i686-15.2.0-release-posix-dwarf-ucrt-rt_v13-rev0.7z",
"hash": "f163e9fdf7a671bf571f2bf253e55c51a35968ea73fd8a8085fd47117c7b072b", "hash": "8559c1e27c48f139400b4d7da848ca30a7bdb9f1fbe06e241b1b53baa6149d2a",
"extract_dir": "mingw32" "extract_dir": "mingw32"
} }
}, },