From 49df22725366f9668089d121bb1fceab44a9aa34 Mon Sep 17 00:00:00 2001 From: Hsiao-nan Cheung Date: Thu, 9 May 2024 11:03:27 +0800 Subject: [PATCH] mingw-winlibs: Update to version 14.1.0-11.0.1-r1 (#5814) --- bucket/mingw-winlibs.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/bucket/mingw-winlibs.json b/bucket/mingw-winlibs.json index 3912f5377c..c3a38e7aef 100644 --- a/bucket/mingw-winlibs.json +++ b/bucket/mingw-winlibs.json @@ -1,33 +1,33 @@ { - "version": "13.2.0-11.0.1-r2", + "version": "14.1.0-11.0.1-r1", "description": "GNU Compiler Collection (WinLibs build)", "homepage": "https://winlibs.com", "license": "GPL-3.0-or-later,ZPL-2.1,BSD-2-Clause,...", "architecture": { "64bit": { - "url": "https://github.com/brechtsanders/winlibs_mingw/releases/download/13.2.0-17.0.4-11.0.1-msvcrt-r2/winlibs-x86_64-posix-seh-gcc-13.2.0-mingw-w64msvcrt-11.0.1-r2.7z", - "hash": "823bcacca1e91d9b469805f409550b1be9194b944dc6697d3c12f76fae6e9101", + "url": "https://github.com/brechtsanders/winlibs_mingw/releases/download/14.1.0posix-18.1.5-11.0.1-msvcrt-r1/winlibs-x86_64-posix-seh-gcc-14.1.0-mingw-w64msvcrt-11.0.1-r1.7z", + "hash": "630aa4602ed42ea8d464744ae9de45217b71282bdff31732a353ab91720c72ca", "extract_dir": "mingw64" }, "32bit": { - "url": "https://github.com/brechtsanders/winlibs_mingw/releases/download/13.2.0-17.0.4-11.0.1-msvcrt-r2/winlibs-i686-posix-dwarf-gcc-13.2.0-mingw-w64msvcrt-11.0.1-r2.7z", - "hash": "e106dac0f9fab7d72e62d5c29abd16275bfe08fd9fc7f7af5d3c0a974aa6afb9", + "url": "https://github.com/brechtsanders/winlibs_mingw/releases/download/14.1.0posix-18.1.5-11.0.1-msvcrt-r1/winlibs-i686-posix-dwarf-gcc-14.1.0-mingw-w64msvcrt-11.0.1-r1.7z", + "hash": "be012a7fc95b31a61c5e419ea2aeabd2efa8d70f323dddf0bed5e5e1098dd4f4", "extract_dir": "mingw32" } }, "post_install": "Copy-Item \"$dir\\bin\\mingw32-make.exe\" \"$dir\\bin\\make.exe\"", "env_add_path": "bin", "checkver": { - "regex": "(?[\\d.]+)-(?[\\d.]+)-(?[\\d.]+)-msvcrt-r(?\\d+)", + "regex": "(?[\\d.]+)posix-(?[\\d.]+)-(?[\\d.]+)-msvcrt-r(?\\d+)", "replace": "${gcc}-${mingw}-r${release}" }, "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/brechtsanders/winlibs_mingw/releases/download/$matchGcc-$matchLlvm-$matchMingw-msvcrt-r$matchRelease/winlibs-x86_64-posix-seh-gcc-$matchGcc-mingw-w64msvcrt-$matchMingw-r$matchRelease.7z" + "url": "https://github.com/brechtsanders/winlibs_mingw/releases/download/$matchGccposix-$matchLlvm-$matchMingw-msvcrt-r$matchRelease/winlibs-x86_64-posix-seh-gcc-$matchGcc-mingw-w64msvcrt-$matchMingw-r$matchRelease.7z" }, "32bit": { - "url": "https://github.com/brechtsanders/winlibs_mingw/releases/download/$matchGcc-$matchLlvm-$matchMingw-msvcrt-r$matchRelease/winlibs-i686-posix-dwarf-gcc-$matchGcc-mingw-w64msvcrt-$matchMingw-r$matchRelease.7z" + "url": "https://github.com/brechtsanders/winlibs_mingw/releases/download/$matchGccposix-$matchLlvm-$matchMingw-msvcrt-r$matchRelease/winlibs-i686-posix-dwarf-gcc-$matchGcc-mingw-w64msvcrt-$matchMingw-r$matchRelease.7z" } }, "hash": {