2024-08-01 20:30:54 +00:00

41 lines
1.5 KiB
JSON

{
"version": "2.54.0",
"description": "Official GitHub CLI",
"homepage": "https://cli.github.com",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/cli/cli/releases/download/v2.54.0/gh_2.54.0_windows_amd64.zip",
"hash": "d3400b7e5c5a7f3912e8da606a2daf3376981d49f0ba0dea0337725eae25351d"
},
"32bit": {
"url": "https://github.com/cli/cli/releases/download/v2.54.0/gh_2.54.0_windows_386.zip",
"hash": "fc3ff826788d4b6bd0562fa2f3672487319f3b81b46f854364a90c968066679c"
},
"arm64": {
"url": "https://github.com/cli/cli/releases/download/v2.54.0/gh_2.54.0_windows_arm64.zip",
"hash": "976effaaf05b33427358c241531b034df315d4fff87a67fe4c7745180006c77f"
}
},
"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"
}
}
}