2022-12-23 00:32:45 +00:00

34 lines
1.1 KiB
JSON

{
"version": "2.21.0",
"description": "Official GitHub CLI",
"homepage": "https://cli.github.com",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/cli/cli/releases/download/v2.21.0/gh_2.21.0_windows_amd64.zip",
"hash": "0db60e4786e0557678fd685aadeb07f6273d4fe0967386e32d58a4826bf88611"
},
"32bit": {
"url": "https://github.com/cli/cli/releases/download/v2.21.0/gh_2.21.0_windows_386.zip",
"hash": "c1626d9de803fab3e39592251ed569b30f7a1b0a4df2734d02c3671c3225bc18"
}
},
"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"
}
},
"hash": {
"url": "$baseurl/gh_$version_checksums.txt"
}
}
}