ScoopInstaller_Main/cygwin.json
Ross Smith II 426fbaa81b Update cygwin to 2.883 (#1923)
* Fix checkver to grab version for git tag
2017-12-28 17:22:36 +01:00

60 lines
1.6 KiB
JSON

{
"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": "<a.*href=\"/git/\\?p=cygwin-apps/setup\\.git;a=tag.*\">([\\d.]+)</a>",
"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"
]
]
}