2026-02-20 20:31:21 +00:00

41 lines
1.5 KiB
JSON

{
"version": "2.87.1",
"description": "Official GitHub CLI",
"homepage": "https://cli.github.com",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/cli/cli/releases/download/v2.87.1/gh_2.87.1_windows_amd64.zip",
"hash": "4a435f3499369630944393481bc35636af8bc6214db1dfed4f6d1610dd589525"
},
"32bit": {
"url": "https://github.com/cli/cli/releases/download/v2.87.1/gh_2.87.1_windows_386.zip",
"hash": "f61f2bb8701f120daa541b7fb6e1e9af773f17fe3e6a476f261d7f10ba3e9127"
},
"arm64": {
"url": "https://github.com/cli/cli/releases/download/v2.87.1/gh_2.87.1_windows_arm64.zip",
"hash": "6ef9b03f1c85465b702a64fca3321724c209aba3741524ce93b8392f6257f9ff"
}
},
"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"
}
}
}