2022-09-26 16:30:57 +00:00

34 lines
1.1 KiB
JSON

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