2024-12-20 20:27:57 +00:00

41 lines
1.5 KiB
JSON

{
"version": "2.64.0",
"description": "Official GitHub CLI",
"homepage": "https://cli.github.com",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/cli/cli/releases/download/v2.64.0/gh_2.64.0_windows_amd64.zip",
"hash": "757c5f48519374c14b4c67f158d62a7b55cf48088d2a53a4c5a0074e7f426d45"
},
"32bit": {
"url": "https://github.com/cli/cli/releases/download/v2.64.0/gh_2.64.0_windows_386.zip",
"hash": "69695c2655f7283ffcc87777228512a04bcb950f4ef1a16639331b9cbfa7797c"
},
"arm64": {
"url": "https://github.com/cli/cli/releases/download/v2.64.0/gh_2.64.0_windows_arm64.zip",
"hash": "6a09171c1726b5013da0f3a753f93669e0921144719abb342992bb93c74e8490"
}
},
"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"
}
}
}