2023-04-05 00:32:23 +00:00

41 lines
1.5 KiB
JSON

{
"version": "2.26.1",
"description": "Official GitHub CLI",
"homepage": "https://cli.github.com",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/cli/cli/releases/download/v2.26.1/gh_2.26.1_windows_amd64.zip",
"hash": "eb921ad9a452a1b584bf586bd7a154748f8912234ccfb5868ee9b96faeca778b"
},
"32bit": {
"url": "https://github.com/cli/cli/releases/download/v2.26.1/gh_2.26.1_windows_386.zip",
"hash": "282d9d2ddba652f5f673354fb6b982097aa052d8aeb6e226a6e051995a1ee73c"
},
"arm64": {
"url": "https://github.com/cli/cli/releases/download/v2.26.1/gh_2.26.1_windows_arm64.zip",
"hash": "55863399d5130f0e9501bcf7bf7d9a3f90f63a67052618bf123134a21b4216dd"
}
},
"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"
}
}
}