{ "version": "2.889", "homepage": "https://cygwin.com/", "architecture": { "64bit": { "url": "https://cygwin.com/setup-x86_64.exe", "hash": "52bcd0cc614df0718f1aabe6709bebabbda6c768696dd0c7efd4efe77b37239d" }, "32bit": { "url": "https://cygwin.com/setup-x86.exe", "hash": "560661d24117fd8598a0eb096d1243c6dfbd9ded8b68d9fee947a5e2391123cb" } }, "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" ] ] }