2025-04-23 16:29:54 +00:00

41 lines
1.5 KiB
JSON

{
"version": "2.71.0",
"description": "Official GitHub CLI",
"homepage": "https://cli.github.com",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/cli/cli/releases/download/v2.71.0/gh_2.71.0_windows_amd64.zip",
"hash": "d5a20a079172e50697853abca0ff6527e6fb9c341cfe4cd6340a1eda027a4876"
},
"32bit": {
"url": "https://github.com/cli/cli/releases/download/v2.71.0/gh_2.71.0_windows_386.zip",
"hash": "b4af2cccb9368da5ca4ccf7db50fce7810b113f2018f0743482322153788edf1"
},
"arm64": {
"url": "https://github.com/cli/cli/releases/download/v2.71.0/gh_2.71.0_windows_arm64.zip",
"hash": "b3660632ca249f6046c80d8e99003c37027557f0e7ece40de51ef107ee6746d1"
}
},
"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"
}
}
}