2021-08-24 13:00:31 +00:00

34 lines
1.1 KiB
JSON

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