ScoopInstaller_Main/bucket/mingw-nuwen.json
tech189 455878a988 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."
2024-01-18 13:37:17 +00:00

29 lines
895 B
JSON

{
"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-19.0.exe#/dl.7z",
"hash": "5062d36fb66f72fd4ae00a340b5b036a31c8d5b71e862e4dc044e0f2dcc82ede"
}
},
"extract_dir": "MinGW",
"env_add_path": "bin",
"env_set": {
"C_INCLUDE_PATH": "$dir\\include;$dir\\include\\freetype2",
"CPLUS_INCLUDE_PATH": "$dir\\include;$dir\\include\\freetype2"
},
"checkver": {
"regex": "mingw-([\\d.]+).exe"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://nuwen.net/files/mingw/mingw-$version.exe#/dl.7z"
}
}
}
}