2024-06-13 16:29:15 +00:00

41 lines
1.5 KiB
JSON

{
"version": "2.51.0",
"description": "Official GitHub CLI",
"homepage": "https://cli.github.com",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/cli/cli/releases/download/v2.51.0/gh_2.51.0_windows_amd64.zip",
"hash": "2815c68972e125274308ea6c0d1a0a021857071e6b8361496ae48a3ee688cd05"
},
"32bit": {
"url": "https://github.com/cli/cli/releases/download/v2.51.0/gh_2.51.0_windows_386.zip",
"hash": "367f0b610fb24693a7112f0c5bde502d5475f63fd86006d9736448b8030c52f2"
},
"arm64": {
"url": "https://github.com/cli/cli/releases/download/v2.51.0/gh_2.51.0_windows_arm64.zip",
"hash": "74874c0724ab3af1647af00debae45a02e640340d869c67fca84e3c9be961e36"
}
},
"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"
}
}
}