2024-06-24 20:26:14 +00:00

41 lines
1.5 KiB
JSON

{
"version": "2.52.0",
"description": "Official GitHub CLI",
"homepage": "https://cli.github.com",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/cli/cli/releases/download/v2.52.0/gh_2.52.0_windows_amd64.zip",
"hash": "f806ccb7b7aa479cafc8c50c7ca46e5a12ef53154203fb8da1ab35fbc41a38eb"
},
"32bit": {
"url": "https://github.com/cli/cli/releases/download/v2.52.0/gh_2.52.0_windows_386.zip",
"hash": "926aa6c8be54b5f9ac7f10434ae787bda6934675434431f96521866529348de3"
},
"arm64": {
"url": "https://github.com/cli/cli/releases/download/v2.52.0/gh_2.52.0_windows_arm64.zip",
"hash": "10d9ebbde6fc8892f14168a3175f54740a609a8869b897e369aee6e1cb59cff3"
}
},
"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"
}
}
}