2022-08-23 20:28:42 +00:00

34 lines
1.1 KiB
JSON

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