mingw-nuwen: Update to version 19.0

Changed checkver from 'without-git' because "I recommend installing ... git; I don't bundle [it] in the distro anymore."
This commit is contained in:
tech189 2024-01-18 13:37:17 +00:00
parent 746c2bd353
commit 455878a988

View File

@ -1,12 +1,12 @@
{
"version": "18.0",
"version": "19.0",
"description": "Nuwen's MinGW Distro with GCC, GDB, make, binutils, coreutils, 7zip and extra headers",
"homepage": "https://nuwen.net/mingw.html",
"license": "GPL-2.0-only",
"architecture": {
"64bit": {
"url": "https://nuwen.net/files/mingw/mingw-18.0-without-git.exe#/dl.7z",
"hash": "532aa9fc377fa8cb3985fc2fadf61da43f1c50bcc464719b8274dc2b2590d688"
"url": "https://nuwen.net/files/mingw/mingw-19.0.exe#/dl.7z",
"hash": "5062d36fb66f72fd4ae00a340b5b036a31c8d5b71e862e4dc044e0f2dcc82ede"
}
},
"extract_dir": "MinGW",
@ -16,12 +16,12 @@
"CPLUS_INCLUDE_PATH": "$dir\\include;$dir\\include\\freetype2"
},
"checkver": {
"regex": "mingw-([\\d.]+)-without-git"
"regex": "mingw-([\\d.]+).exe"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://nuwen.net/files/mingw/mingw-$version-without-git.exe#/dl.7z"
"url": "https://nuwen.net/files/mingw/mingw-$version.exe#/dl.7z"
}
}
}