2023-01-04 00:34:12 +00:00

41 lines
1.5 KiB
JSON

{
"version": "2.21.2",
"description": "Official GitHub CLI",
"homepage": "https://cli.github.com",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/cli/cli/releases/download/v2.21.2/gh_2.21.2_windows_amd64.zip",
"hash": "f6e4aead0cd85cb50f811f4a3497f288f52a013589b48e684ec617510463580f"
},
"32bit": {
"url": "https://github.com/cli/cli/releases/download/v2.21.2/gh_2.21.2_windows_386.zip",
"hash": "cd4ab8dc98fc92aea498d9cffef84c8ec872293b2d356ba08b226edd18cdc80d"
},
"arm64": {
"url": "https://github.com/cli/cli/releases/download/v2.21.2/gh_2.21.2_windows_arm64.zip",
"hash": "c33c46e4e4da2cfb3b6d54fcc57380e323a7f4effc2dd7418eef14866927067a"
}
},
"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"
}
}
}