mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
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>
This commit is contained in:
parent
4c5e674e59
commit
c17557b990
28
bucket/mingw-nuwen.json
Normal file
28
bucket/mingw-nuwen.json
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
{
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user