mingw: Update to version 14.1.0-rt_v12-rev0

This commit is contained in:
github-actions[bot] 2024-08-24 20:26:35 +00:00
parent 19c1801e66
commit aa60710cc5

View File

@ -1,17 +1,17 @@
{ {
"version": "13.2.0-rt_v11-rev1", "version": "14.1.0-rt_v12-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/13.2.0-rt_v11-rev1/x86_64-13.2.0-release-posix-seh-ucrt-rt_v11-rev1.7z", "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": "475ee72c5ce1bd54a3e3c334bdd3be5e6575334184fd9718013aa362c9819d2f", "hash": "102aa10e04fe6e106d7ea0bbd541680a4aa281b8e7f7ab8f760127914507c57b",
"extract_dir": "mingw64" "extract_dir": "mingw64"
}, },
"32bit": { "32bit": {
"url": "https://github.com/niXman/mingw-builds-binaries/releases/download/13.2.0-rt_v11-rev1/i686-13.2.0-release-posix-dwarf-ucrt-rt_v11-rev1.7z", "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": "b859f1779543a0055f0fe36877ebf5a85c47584a28d8d957da4e64666d029e69", "hash": "bf467f7417083d51c97dee0a49cd4d872008426ff3a1695ff19a61b59a944f0b",
"extract_dir": "mingw32" "extract_dir": "mingw32"
} }
}, },