2021-12-03 02:00:32 +00:00

34 lines
1.1 KiB
JSON

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