2024-08-20 20:27:43 +00:00

41 lines
1.5 KiB
JSON

{
"version": "2.55.0",
"description": "Official GitHub CLI",
"homepage": "https://cli.github.com",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/cli/cli/releases/download/v2.55.0/gh_2.55.0_windows_amd64.zip",
"hash": "257b53ce362d2fae73cf1fd0792b2c3f2971be2c6c5c91f749d7fe75dd487fed"
},
"32bit": {
"url": "https://github.com/cli/cli/releases/download/v2.55.0/gh_2.55.0_windows_386.zip",
"hash": "75342bbcf288a9e7a7ab4e658e6f742af71bcc18a75933f76a527abb19452500"
},
"arm64": {
"url": "https://github.com/cli/cli/releases/download/v2.55.0/gh_2.55.0_windows_arm64.zip",
"hash": "11254c845820c0764ffe8b79a4799b39386191015e8cfea02301efac92154419"
}
},
"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"
}
}
}