{ "version": "2.891", "homepage": "https://cygwin.com/", "description": "A large collection of GNU and Open Source tools which provide functionality similar to a Linux distribution on Windows", "architecture": { "64bit": { "url": "https://cygwin.com/setup-x86_64.exe", "hash": "4084fe6db9ed7518b7f02097210b4d6b1748979556f606fa5c79ee126f07db5f" }, "32bit": { "url": "https://cygwin.com/setup-x86.exe", "hash": "e506e21fa713783751a214af9741be73b711c341e3abce5fc755c5aff7c1fb6a" } }, "autoupdate": { "architecture": { "64bit": { "url": "https://cygwin.com/setup-x86_64.exe" }, "32bit": { "url": "https://cygwin.com/setup-x86.exe" } } }, "checkver": { "re": "([\\d.]+)", "url": "https://cygwin.com/git/?p=cygwin-apps/setup.git;a=tags" }, "bin": [ [ "root\\bin\\bash.exe", "cygwin", "--login -i" ] ], "installer": { "args": [ "--no-admin", "--no-desktop", "--local-package-dir $dir\\packages", "--packages default,lynx,wget", "--quiet-mode", "--root $dir\\root", "--site https://mirrors.kernel.org/sourceware/cygwin/" ], "keep": true }, "notes": "To start a Cygwin shell, type \"cygwin\"", "persist": [ "packages", "root" ], "pre_install": "new-item -itemtype directory \"$dir\\root\"; new-item -itemtype directory \"$dir\\packages\"", "shortcuts": [ [ "root\\Cygwin.bat", "Cygwin" ] ] }