Skip to content

Commit

Permalink
winlibs-mingw-ucrt: Update to version 13.2.0-11.0.1-ucrt-r3, fix chec…
Browse files Browse the repository at this point in the history
…kver

Signed-off-by: Chawye Hsu <[email protected]>
  • Loading branch information
chawyehsu committed Nov 22, 2023
1 parent 5e481bc commit 7beb847
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions bucket/winlibs-mingw-ucrt.json
Original file line number Diff line number Diff line change
@@ -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/(?<version>((?<gccVersion>13[\\d.]+)(-(?<llvmVersion>[\\d.]+))?-(?<mingwVersion>[\\d.]+)-ucrt-(?<revision>[\\w]+)))",
"regex": "/download/(?<origin>((?<gccVersion>13[\\d.]+)posix(-(?<llvmVersion>[\\d.]+))?-(?<mingwVersion>[\\d.]+)-ucrt-(?<revision>[\\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": {
Expand Down

0 comments on commit 7beb847

Please sign in to comment.