2022-09-06 20:28:52 +00:00

34 lines
1.1 KiB
JSON

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