2024-03-04 20:24:38 +00:00

41 lines
1.5 KiB
JSON

{
"version": "2.45.0",
"description": "Official GitHub CLI",
"homepage": "https://cli.github.com",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/cli/cli/releases/download/v2.45.0/gh_2.45.0_windows_amd64.zip",
"hash": "fa2009234c0c879529fd46137a54498d580c77700b03d743ad84ae20b280b947"
},
"32bit": {
"url": "https://github.com/cli/cli/releases/download/v2.45.0/gh_2.45.0_windows_386.zip",
"hash": "dab2b813b11ec6477d3ba9650258f6f3d53e206dbebc8d9983d5c551cbb076f0"
},
"arm64": {
"url": "https://github.com/cli/cli/releases/download/v2.45.0/gh_2.45.0_windows_arm64.zip",
"hash": "624a9e8426a10f5a9c8f25d6111626f11ca1182f597ad636f63695ff98ab62d2"
}
},
"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"
}
}
}