2025-10-22 04:29:45 +00:00

41 lines
1.5 KiB
JSON

{
"version": "2.82.1",
"description": "Official GitHub CLI",
"homepage": "https://cli.github.com",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/cli/cli/releases/download/v2.82.1/gh_2.82.1_windows_amd64.zip",
"hash": "17bb2a19d25887cebd3b0ee2d3a3fdf56791eb0df15cf34b068fac56212f690b"
},
"32bit": {
"url": "https://github.com/cli/cli/releases/download/v2.82.1/gh_2.82.1_windows_386.zip",
"hash": "a09f27e6f00abfebba8fd425994a1c7c0a2c371c52dd74a8da9c171f9f9fb41e"
},
"arm64": {
"url": "https://github.com/cli/cli/releases/download/v2.82.1/gh_2.82.1_windows_arm64.zip",
"hash": "9922588ac432f2a25e9ffecacd3a31b9e7b1f093b3b5f9e8afe89879ef25e2c0"
}
},
"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"
}
}
}