mingw: Update to version 14.2.0-rt_v12-rev1

This commit is contained in:
github-actions[bot] 2025-01-17 00:35:34 +00:00
parent 9c9f7f1940
commit d9329f67fa

View File

@ -1,17 +1,17 @@
{ {
"version": "14.2.0-rt_v12-rev0", "version": "14.2.0-rt_v12-rev1",
"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/14.2.0-rt_v12-rev0/x86_64-14.2.0-release-posix-seh-ucrt-rt_v12-rev0.7z", "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": "0f1afc3b48f66dda68fbfb7b8b0f1d22b831396fbe1e3dea776745f32d930b24", "hash": "9fa5768ba0e628203c4631d447ce533335cdd1fd9c318d84c774e729efa4edad",
"extract_dir": "mingw64" "extract_dir": "mingw64"
}, },
"32bit": { "32bit": {
"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", "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": "8af0dbb6a36ff4dd9c6710f1d9f464cc341b81db7da1c872418a382acc02c3b4", "hash": "1c2eeea19fa993d0f60e857a635708936d662012db4a29e39076f862f9d97023",
"extract_dir": "mingw32" "extract_dir": "mingw32"
} }
}, },