2021-08-04 15:00:36 +00:00

34 lines
1.1 KiB
JSON

{
"version": "1.14.0",
"description": "Official GitHub CLI",
"homepage": "https://cli.github.com",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/cli/cli/releases/download/v1.14.0/gh_1.14.0_windows_amd64.zip",
"hash": "6d47bfceb547fe60ad09528ce445aff8cc248653e6ce457b154f705ccced790f"
},
"32bit": {
"url": "https://github.com/cli/cli/releases/download/v1.14.0/gh_1.14.0_windows_386.zip",
"hash": "44bf45795f7607254d7fcc6f870cb7f53855c029052deb916bd9e5efb3128b27"
}
},
"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"
}
}
}