2023-10-03 16:30:16 +00:00

41 lines
1.5 KiB
JSON

{
"version": "2.36.0",
"description": "Official GitHub CLI",
"homepage": "https://cli.github.com",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/cli/cli/releases/download/v2.36.0/gh_2.36.0_windows_amd64.zip",
"hash": "1419d3c782e7f568d467eb912c8e03a6c473f76d1dfac015404f2489c373a001"
},
"32bit": {
"url": "https://github.com/cli/cli/releases/download/v2.36.0/gh_2.36.0_windows_386.zip",
"hash": "030224e5e233633de0c35ce74f2842635331ecb49b1080ee1ede294469a7dc29"
},
"arm64": {
"url": "https://github.com/cli/cli/releases/download/v2.36.0/gh_2.36.0_windows_arm64.zip",
"hash": "058f937b5ff112938b5fd645be9c4e819773d7ca88dd83ed8dceae9be7a93dce"
}
},
"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"
}
}
}