From c17557b9904aa1b31cafe1004f244936c52ec49a Mon Sep 17 00:00:00 2001 From: Pratik Chowdhury Date: Thu, 2 Dec 2021 00:55:05 -0800 Subject: [PATCH] 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> --- bucket/mingw-nuwen.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 bucket/mingw-nuwen.json diff --git a/bucket/mingw-nuwen.json b/bucket/mingw-nuwen.json new file mode 100644 index 0000000000..bad45d90c3 --- /dev/null +++ b/bucket/mingw-nuwen.json @@ -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" + } + } + } +}