diff --git a/bucket/mingw-nuwen.json b/bucket/mingw-nuwen.json index bad45d90c3..afac118ef2 100644 --- a/bucket/mingw-nuwen.json +++ b/bucket/mingw-nuwen.json @@ -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" } } }