2022-11-15 08:29:49 +00:00

34 lines
1.1 KiB
JSON

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