2023-02-08 04:35:02 +00:00

41 lines
1.5 KiB
JSON

{
"version": "2.23.0",
"description": "Official GitHub CLI",
"homepage": "https://cli.github.com",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/cli/cli/releases/download/v2.23.0/gh_2.23.0_windows_amd64.zip",
"hash": "c455548ea4139ae885dcda0ce2277cdfe4236d355bb145dc7590b2580eeffee4"
},
"32bit": {
"url": "https://github.com/cli/cli/releases/download/v2.23.0/gh_2.23.0_windows_386.zip",
"hash": "d007d515c83698b349952a9d21ff129e7e7abf0370c4062f06a1c18f4ee7d47a"
},
"arm64": {
"url": "https://github.com/cli/cli/releases/download/v2.23.0/gh_2.23.0_windows_arm64.zip",
"hash": "b9f99879d56f79109aefabaa3b28730f86f537018143eab193c57bc2f9804e24"
}
},
"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"
},
"arm64": {
"url": "https://github.com/cli/cli/releases/download/v$version/gh_$version_windows_arm64.zip"
}
},
"hash": {
"url": "$baseurl/gh_$version_checksums.txt"
}
}
}