2022-12-31 12:59:25 +05:30

41 lines
1.5 KiB
JSON

{
"version": "2.21.1",
"description": "Official GitHub CLI",
"homepage": "https://cli.github.com",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/cli/cli/releases/download/v2.21.1/gh_2.21.1_windows_amd64.zip",
"hash": "e06aff75308d6cef653092eb39a3fcfad5cb8fab6eba9089c21bc05ff137c900"
},
"32bit": {
"url": "https://github.com/cli/cli/releases/download/v2.21.1/gh_2.21.1_windows_386.zip",
"hash": "6e18a591d9d11502a7fb97659ba80412f05d87b28ca9f045af420601d9f1101c"
},
"arm64": {
"url": "https://github.com/cli/cli/releases/download/v2.21.1/gh_2.21.1_windows_arm64.zip",
"hash": "79674a5aa6b0e69095c1a69d6d84a9a9c9fb5ea1384bc3e3f6c084de6f97d410"
}
},
"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"
}
}
}