2023-01-25 20:25:36 +00:00

41 lines
1.5 KiB
JSON

{
"version": "2.22.0",
"description": "Official GitHub CLI",
"homepage": "https://cli.github.com",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/cli/cli/releases/download/v2.22.0/gh_2.22.0_windows_amd64.zip",
"hash": "39fdfe5a03ab40bf98e1376e5ac44ea5b6227f1562f8f1632b6d91700077e0ac"
},
"32bit": {
"url": "https://github.com/cli/cli/releases/download/v2.22.0/gh_2.22.0_windows_386.zip",
"hash": "26f7e81b6b5d4e62ea15ca6edc8c889259b9a1a551376b5b8140e3c2a1980e37"
},
"arm64": {
"url": "https://github.com/cli/cli/releases/download/v2.22.0/gh_2.22.0_windows_arm64.zip",
"hash": "dd44b889250248a2ae8d73ca9a8b6535a1ed687413c0f2588eec9aed00d891d7"
}
},
"bin": "bin\\gh.exe",
"checkver": {
"github": "https://github.com/cli/cli"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/cli/cli/releases/download/v$version/gh_$version_windows_amd64.zip"
},
"32bit": {
"url": "https://github.com/cli/cli/releases/download/v$version/gh_$version_windows_386.zip"
},
"arm64": {
"url": "https://github.com/cli/cli/releases/download/v$version/gh_$version_windows_arm64.zip"
}
},
"hash": {
"url": "$baseurl/gh_$version_checksums.txt"
}
}
}