2024-07-17 20:25:57 +00:00

41 lines
1.5 KiB
JSON

{
"version": "2.53.0",
"description": "Official GitHub CLI",
"homepage": "https://cli.github.com",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/cli/cli/releases/download/v2.53.0/gh_2.53.0_windows_amd64.zip",
"hash": "f23f3268eef9ec4f4a91a79dee510d5d1ab11234f0d6256491cdbb566502db96"
},
"32bit": {
"url": "https://github.com/cli/cli/releases/download/v2.53.0/gh_2.53.0_windows_386.zip",
"hash": "b8c837a727effb484cceb724cad75e1abce276e352f07b12a1d327b5c3318edd"
},
"arm64": {
"url": "https://github.com/cli/cli/releases/download/v2.53.0/gh_2.53.0_windows_arm64.zip",
"hash": "7503fa8a1bf8b114405a05c1b7c83e273edf3d589bfc6c91d4a4bd521377f0cb"
}
},
"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"
}
}
}