John Meyer c87edb2758
cygwin@2.904: Fix 'checkver' and update hashes (#918)
Co-authored-by: Hsiao-nan Cheung <niheaven@gmail.com>
2020-03-23 09:00:50 +08:00

76 lines
2.5 KiB
JSON

{
"version": "2.904",
"homepage": "https://cygwin.com/",
"description": "A large collection of GNU and Open Source tools which provide functionality similar to a Linux distribution on Windows",
"license": {
"identifier": "GPL-3.0-or-later,X11,Public Domain",
"url": "https://cygwin.com/faq.html#faq.what.free"
},
"architecture": {
"64bit": {
"url": "https://cygwin.com/setup-x86_64.exe#/cygwin-setup.exe",
"hash": "sha512:dc79b6fc57683e476a89c6705e51d9c61d14e373ddacf55caa23725a27768683e26e34159272d1ea4fcdd464639b68725b7c472fbb2a8d6e94f86fa8016d936c"
},
"32bit": {
"url": "https://cygwin.com/setup-x86.exe#/cygwin-setup.exe",
"hash": "sha512:cf8082f0b77e49a4c597566e9de5a54aaba50209fb03b0c8cce4e44ace4beb37ba165944783b20d093e93ef08d7c2868a0c79830bc02208cd7eecf66f21db2ad"
}
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://cygwin.com/setup-x86_64.exe#/cygwin-setup.exe"
},
"32bit": {
"url": "https://cygwin.com/setup-x86.exe#/cygwin-setup.exe"
}
},
"hash": {
"url": "https://cygwin.com/sha512.sum"
}
},
"checkver": {
"regex": ">release_([\\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-shortcuts",
"--quiet-mode",
"--local-package-dir \"$persist_dir\\packages\"",
"--root \"$persist_dir\\root\"",
"--site \"https://mirrors.kernel.org/sourceware/cygwin/\""
],
"keep": true
},
"notes": "To start a Cygwin shell, type \"cygwin\"",
"pre_install": "persist_data @{persist = @('packages', 'root')} $original_dir $persist_dir",
"shortcuts": [
[
"root\\Cygwin.bat",
"Cygwin",
"",
"root\\Cygwin-Terminal.ico"
],
[
"cygwin-setup.exe",
"Cygwin Setup",
"--no-admin --no-shortcuts --root \"$persist_dir\\root\" --local-package-dir \"$persist_dir\\packages\""
],
[
"root\\bin\\mintty.exe",
"Cygwin Terminal",
"-i \"$dir\\root\\Cygwin-Terminal.ico\" -",
"root\\Cygwin-Terminal.ico"
]
]
}