2022-11-03 16:31:35 +00:00

34 lines
1.1 KiB
JSON

{
"version": "2.19.0",
"description": "Official GitHub CLI",
"homepage": "https://cli.github.com",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/cli/cli/releases/download/v2.19.0/gh_2.19.0_windows_amd64.zip",
"hash": "a896463430e9d96dce3453871df50a87090d069b4f3578d1588a33690e0800f8"
},
"32bit": {
"url": "https://github.com/cli/cli/releases/download/v2.19.0/gh_2.19.0_windows_386.zip",
"hash": "dcfe6cc60bcf57a8519a68b8362ecddaa51d82919cd8ed9394124847447f0e37"
}
},
"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"
}
}
}