Skip to content
This repository was archived by the owner on Oct 30, 2025. It is now read-only.
45 changes: 45 additions & 0 deletions bucket/gh.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
{
"version": "2.2.0",
"description": "Official GitHub CLI",
"homepage": "https://cli.github.com",
"license": {
"identifier": "MIT",
"url": "https://github.com/cli/cli/blob/trunk/LICENSE"
},
"changelog": "https://github.com/cli/cli/releases/tag/v2.2.0",
"architecture": {
"64bit": {
"url": "https://github.com/cli/cli/releases/download/v2.2.0/gh_2.2.0_windows_amd64.zip",
"hash": "736d3a6090687b1a3d4f98d9cd8344b50bb3c37264e32890936052c3725574c5"
},
"32bit": {
"url": "https://github.com/cli/cli/releases/download/v2.2.0/gh_2.2.0_windows_386.zip",
"hash": "650a1109bec617002814f289e81a0b694fca908a06694673fe594a1215331d23"
},
"arm64": {
"url": "https://github.com/cli/cli/releases/download/v2.0.0/gh_2.0.0_windows_arm64.zip",
"hash": "3c33ac49e2f969cc76d082a88db13f6c8050a5677ff149bce7adaca06a2b81c6"
}
},
"bin": "bin\\gh.exe",
"checkver": {
"github": "https://github.com/cli/cli"
},
"autoupdate": {
"changelog": "https://github.com/cli/cli/releases/tag/v$version",
"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"
}
}
}