2025-07-31 00:44:03 +00:00

41 lines
1.5 KiB
JSON

{
"version": "2.76.2",
"description": "Official GitHub CLI",
"homepage": "https://cli.github.com",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/cli/cli/releases/download/v2.76.2/gh_2.76.2_windows_amd64.zip",
"hash": "8a4becbad76e44bd59552d57654809aa1700d7c43c7499897a57cbbfbabe62fc"
},
"32bit": {
"url": "https://github.com/cli/cli/releases/download/v2.76.2/gh_2.76.2_windows_386.zip",
"hash": "febe2391c836060b847f8bc25d4a78d4d5ce5c3e40548a686b3a2c2e4dab9f6f"
},
"arm64": {
"url": "https://github.com/cli/cli/releases/download/v2.76.2/gh_2.76.2_windows_arm64.zip",
"hash": "e11b0bd787d95eee6a96dd2b8a41a11fc0919e48f0e0c7de181b67698f8ba183"
}
},
"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"
}
}
}