2024-10-25 20:28:19 +00:00

41 lines
1.5 KiB
JSON

{
"version": "2.60.1",
"description": "Official GitHub CLI",
"homepage": "https://cli.github.com",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/cli/cli/releases/download/v2.60.1/gh_2.60.1_windows_amd64.zip",
"hash": "2c56f2fe38a62c8135401cfcd6bec2e8720ff8ae44176f15e90b0cac8f293c85"
},
"32bit": {
"url": "https://github.com/cli/cli/releases/download/v2.60.1/gh_2.60.1_windows_386.zip",
"hash": "1566edeeb50c5bfea72a34a0eb3662ff8caff030fc500d75b63ae1f60e0eae81"
},
"arm64": {
"url": "https://github.com/cli/cli/releases/download/v2.60.1/gh_2.60.1_windows_arm64.zip",
"hash": "5ddb1d4d013a44c2e5df027867c0d4161383eb7c16e569a86384af52bfe09a65"
}
},
"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"
}
}
}