mingw-winlibs: Update to version 11.2.0-10.0.0-r1, Fix autoupdate

This commit is contained in:
Issac Lin 2022-04-20 03:36:28 +08:00 committed by GitHub
parent 2589fcb8d2
commit 1611529777
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,17 +1,17 @@
{
"version": "11.2.0-9.0.0-r6",
"version": "11.2.0-10.0.0-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/11.2.0-9.0.0-msvcrt-r6/winlibs-x86_64-posix-seh-gcc-11.2.0-mingw-w64-9.0.0-r6.7z",
"hash": "sha512:0173fac8312f2427b3f595ca155441d0ce5d1b1ddbf75479a8b8e66b2e060547ae49b92198487e5acfbef354345c67e47d0039020d478ccf0ea02220fd35f45e",
"url": "https://github.com/brechtsanders/winlibs_mingw/releases/download/11.2.0-10.0.0-msvcrt-r1/winlibs-x86_64-posix-seh-gcc-11.2.0-mingw-w64msvcrt-10.0.0-r1.7z",
"hash": "sha512:2997e0a7e2e8b661e6144cc4807c867f3e225d9c4e77de62215dda7ec646fdb8026851abbb3eab23e2e701f511ce33449bf468d0b007b8825d609f5798dad355",
"extract_dir": "mingw64"
},
"32bit": {
"url": "https://github.com/brechtsanders/winlibs_mingw/releases/download/11.2.0-9.0.0-msvcrt-r6/winlibs-i686-posix-dwarf-gcc-11.2.0-mingw-w64-9.0.0-r6.7z",
"hash": "sha512:39fdb06504b754ee168995a06f973500e8055548d9b4b87a2d32c5d19e7062317ea5ca693d25ac1b30cdcfe4b6a3a247722c48bf3615b68d56e1af111915dc3f",
"url": "https://github.com/brechtsanders/winlibs_mingw/releases/download/11.2.0-10.0.0-msvcrt-r1/winlibs-i686-posix-dwarf-gcc-11.2.0-mingw-w64msvcrt-10.0.0-r1.7z",
"hash": "sha512:97340cb58a85cfcf613a4d95e450777dcd947b8c0ed693211f03aa5566c1887433ddfa9e79d25d948f134f08c1a0b6994f77a6e5cffeeafd63e485662bc85d89",
"extract_dir": "mingw32"
}
},
@ -24,10 +24,10 @@
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/brechtsanders/winlibs_mingw/releases/download/$match1-$match2-msvcrt-r$match3/winlibs-x86_64-posix-seh-gcc-$match1-mingw-w64-$match2-r$match3.7z"
"url": "https://github.com/brechtsanders/winlibs_mingw/releases/download/$match1-$match2-msvcrt-r$match3/winlibs-x86_64-posix-seh-gcc-$match1-mingw-w64msvcrt-$match2-r$match3.7z"
},
"32bit": {
"url": "https://github.com/brechtsanders/winlibs_mingw/releases/download/$match1-$match2-msvcrt-r$match3/winlibs-i686-posix-dwarf-gcc-$match1-mingw-w64-$match2-r$match3.7z"
"url": "https://github.com/brechtsanders/winlibs_mingw/releases/download/$match1-$match2-msvcrt-r$match3/winlibs-i686-posix-dwarf-gcc-$match1-mingw-w64msvcrt-$match2-r$match3.7z"
}
},
"hash": {