Skip to content

Commit

Permalink
nuwen-mingw: Update to version 17.0 (gcc 9.2.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chawye Hsu committed Dec 8, 2019
1 parent 803c009 commit 49e1fd2
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 12 deletions.
14 changes: 7 additions & 7 deletions bucket/nuwen-mingw-gcc.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"homepage": "https://nuwen.net/mingw.html",
"description": "Minimalist GCC package from nuwen's MinGW distribution (distro)",
"description": "Minimalist GCC package from nuwen's MinGW distro",
"license": "GPL-2.0-only",
"version": "8.2.0",
"url": "https://nuwen.net/files/mingw/components-16.1.7z",
"hash": "87a962005981f91ff4c854ab9ea057b1748188dde5645a04fde17b86bcd754e9",
"extract_dir": "components-16.1",
"version": "9.2.0",
"url": "https://nuwen.net/files/mingw/components-17.0.7z",
"hash": "7984348061eabdc42d2ea0f3d7bbcc19392c428d2ba6bd7e9e029168dbb8a83b",
"extract_dir": "components-17.0",
"pre_install": [
"Expand-7ZipArchive \"$dir\\binutils-2.31.1.7z\" \"$dir\"",
"Expand-7ZipArchive \"$dir\\binutils-2.33.1.7z\" \"$dir\"",
"Expand-7ZipArchive \"$dir\\mingw-w64+gcc.7z\" \"$dir\"",
"Remove-Item \"$dir\\*.7z\""
"Get-ChildItem \"$dir\\*.7z\" | Remove-Item -Recurse -Force"
],
"env_add_path": "bin",
"env_set": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,20 @@
"homepage": "https://nuwen.net/mingw.html",
"description": "nuwen's MinGW Distro without git",
"license": "GPL-2.0-only",
"version": "16.1",
"url": "https://nuwen.net/files/mingw/mingw-16.1-without-git.exe#/dl.7z",
"hash": "2ae4ba74cff89a081b3aa1f3f174834e7fe2518fabbbdc71ddf18081d676f164",
"version": "17.0",
"url": "https://nuwen.net/files/mingw/mingw-17.0-without-git.exe#/dl.7z",
"hash": "6e2775c6d89ddf3b62fd65c096bc338eab84c0c4355a57f9ea13a2a23ac6e0c8",
"extract_dir": "MinGW",
"bin": "set_distro_paths.bat",
"bin": [
[
"open_distro_window.bat",
"mingw"
]
],
"shortcuts": [
[
"open_distro_window.bat",
"Open nuwen MinGW"
"MinGW (nuwen distro)"
]
],
"checkver": {
Expand Down

0 comments on commit 49e1fd2

Please sign in to comment.