2023-03-21 00:33:45 +00:00

41 lines
1.5 KiB
JSON

{
"version": "2.25.0",
"description": "Official GitHub CLI",
"homepage": "https://cli.github.com",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/cli/cli/releases/download/v2.25.0/gh_2.25.0_windows_amd64.zip",
"hash": "3e67a6970a5cf90e0297cfa136bad82afb4bd9f54196304038a9023742442e32"
},
"32bit": {
"url": "https://github.com/cli/cli/releases/download/v2.25.0/gh_2.25.0_windows_386.zip",
"hash": "222b7ca75c03ead9f55bf9129a655de35d0845e7491ab506af901ee4f1b4808b"
},
"arm64": {
"url": "https://github.com/cli/cli/releases/download/v2.25.0/gh_2.25.0_windows_arm64.zip",
"hash": "9b919c4c0e7999d45fd17def5bd8f3608033d6c7d019f184f2c940f0df2eae8a"
}
},
"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"
}
}
}