2021-10-25 18:00:39 +00:00

34 lines
1.1 KiB
JSON

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