ScoopInstaller_Main/bucket/mingw-nuwen.json
Pratik Chowdhury c17557b990
mingw-nuwen: Add version 18.0 (#2978)
* nuwen-mingw-gcc: add 11.2.0-18.0

* Rename nuwen-mingw-gcc.json to nuwen-gcc.json

* Add bin and env vars

Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>
2021-12-02 14:25:05 +05:30

29 lines
927 B
JSON

{
"version": "18.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"
}
},
"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.]+)-without-git"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://nuwen.net/files/mingw/mingw-$version-without-git.exe#/dl.7z"
}
}
}
}