2021-04-14 22:00:14 +00:00

34 lines
1.1 KiB
JSON

{
"version": "1.9.0",
"description": "Official GitHub CLI",
"homepage": "https://cli.github.com",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/cli/cli/releases/download/v1.9.0/gh_1.9.0_windows_amd64.zip",
"hash": "58819911611058e37f998505c915dff37013f8d39bf423c890821a6efa26a8da"
},
"32bit": {
"url": "https://github.com/cli/cli/releases/download/v1.9.0/gh_1.9.0_windows_386.zip",
"hash": "bf28fb0434b5fdea0c51be7736865d4d02b923325ad2a7e99d18e4095e986ac1"
}
},
"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"
}
}
}