{ "version": "2.883", "homepage": "https://cygwin.com/", "architecture": { "64bit": { "url": "https://cygwin.com/setup-x86_64.exe", "hash": "dbadd1f5f57ba68f9e0e224c8e71331f88234cf39b019a04958006a99fd6604b" }, "32bit": { "url": "https://cygwin.com/setup-x86.exe", "hash": "bb1091a79fe4d9826d818e7a3bc4b63f05c3c9fbfcdaf8e3c28310c8f4ecd4ce" } }, "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" ] ] }