From 7beb847f47335e50a025cdcad030d8b7c177dbd7 Mon Sep 17 00:00:00 2001 From: Chawye Hsu Date: Wed, 22 Nov 2023 11:25:54 +0800 Subject: [PATCH] winlibs-mingw-ucrt: Update to version 13.2.0-11.0.1-ucrt-r3, fix checkver Signed-off-by: Chawye Hsu --- bucket/winlibs-mingw-ucrt.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/bucket/winlibs-mingw-ucrt.json b/bucket/winlibs-mingw-ucrt.json index 419826037f5..b687821c3d8 100644 --- a/bucket/winlibs-mingw-ucrt.json +++ b/bucket/winlibs-mingw-ucrt.json @@ -1,32 +1,32 @@ { "homepage": "https://winlibs.com/", "description": "winlibs standalone build of GCC compiler and MinGW-w64 with UCRT", - "version": "13.2.0-11.0.0-ucrt-r1", + "version": "13.2.0-11.0.1-ucrt-r3", "license": "GPL-2.0-only,BSD-2-Clause,Apache-2.0,ZPL-2.1", "architecture": { "64bit": { - "url": "https://github.com/brechtsanders/winlibs_mingw/releases/download/13.2.0-16.0.6-11.0.0-ucrt-r1/winlibs-x86_64-posix-seh-gcc-13.2.0-mingw-w64ucrt-11.0.0-r1.7z", - "hash": "6b9663f2f183fb6b962f37e13b3ee6258836122a3dc49d4ac299117219580e32", + "url": "https://github.com/brechtsanders/winlibs_mingw/releases/download/13.2.0posix-17.0.5-11.0.1-ucrt-r3/winlibs-x86_64-posix-seh-gcc-13.2.0-mingw-w64ucrt-11.0.1-r3.7z", + "hash": "bfe1bb7020f0b32e47147610e76a08e6ebf14e1763dbda7bb9194e61f0a14a15", "extract_dir": "mingw64" }, "32bit": { - "url": "https://github.com/brechtsanders/winlibs_mingw/releases/download/13.2.0-16.0.6-11.0.0-ucrt-r1/winlibs-i686-posix-dwarf-gcc-13.2.0-mingw-w64ucrt-11.0.0-r1.7z", - "hash": "3d14c4f9f2396f45bc0d59b005ec2db931429ca53b568200096f9e797cd0e10b", + "url": "https://github.com/brechtsanders/winlibs_mingw/releases/download/13.2.0posix-17.0.5-11.0.1-ucrt-r3/winlibs-i686-posix-dwarf-gcc-13.2.0-mingw-w64ucrt-11.0.1-r3.7z", + "hash": "aa3a6ea56b9a917d3fd0992ff9bbb22e0f84d16e4db453da9faa1d9fcbbdd0c0", "extract_dir": "mingw32" } }, "env_add_path": "bin", "checkver": { - "regex": "/download/(?((?13[\\d.]+)(-(?[\\d.]+))?-(?[\\d.]+)-ucrt-(?[\\w]+)))", + "regex": "/download/(?((?13[\\d.]+)posix(-(?[\\d.]+))?-(?[\\d.]+)-ucrt-(?[\\w]+)))", "replace": "${gccVersion}-${mingwVersion}-ucrt-${revision}" }, "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/brechtsanders/winlibs_mingw/releases/download/$matchGccversion-$matchLlvmversion-$matchMingwversion-ucrt-$matchRevision/winlibs-x86_64-posix-seh-gcc-$matchGccversion-mingw-w64ucrt-$matchMingwversion-$matchRevision.7z" + "url": "https://github.com/brechtsanders/winlibs_mingw/releases/download/$matchOrigin/winlibs-x86_64-posix-seh-gcc-$matchGccversion-mingw-w64ucrt-$matchMingwversion-$matchRevision.7z" }, "32bit": { - "url": "https://github.com/brechtsanders/winlibs_mingw/releases/download/$matchGccversion-$matchLlvmversion-$matchMingwversion-ucrt-$matchRevision/winlibs-i686-posix-dwarf-gcc-$matchGccversion-mingw-w64ucrt-$matchMingwversion-$matchRevision.7z" + "url": "https://github.com/brechtsanders/winlibs_mingw/releases/download/$matchOrigin/winlibs-i686-posix-dwarf-gcc-$matchGccversion-mingw-w64ucrt-$matchMingwversion-$matchRevision.7z" } }, "hash": {