2023-05-28 04:26:17 +00:00

36 lines
1.6 KiB
JSON

{
"version": "13.1.0-rt_v11-rev1",
"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",
"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",
"extract_dir": "mingw32"
}
},
"post_install": "Copy-Item \"$dir\\bin\\mingw32-make.exe\" \"$dir\\bin\\make.exe\"",
"env_add_path": "bin",
"checkver": {
"github": "https://github.com/niXman/mingw-builds-binaries",
"regex": "tag/([\\d.]+)-(?<build>[a-z0-9_\\-]+)",
"replace": "${1}-${build}"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/niXman/mingw-builds-binaries/releases/download/$version/x86_64-$match1-release-posix-seh-ucrt-$matchBuild.7z"
},
"32bit": {
"url": "https://github.com/niXman/mingw-builds-binaries/releases/download/$version/i686-$match1-release-posix-dwarf-ucrt-$matchBuild.7z"
}
}
}
}