2023-12-13 16:27:11 +00:00

41 lines
1.5 KiB
JSON

{
"version": "2.40.1",
"description": "Official GitHub CLI",
"homepage": "https://cli.github.com",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/cli/cli/releases/download/v2.40.1/gh_2.40.1_windows_amd64.zip",
"hash": "9c496dbb5781d4f796b5841cafdce5bbd962efd498f5117cd95790186fb1440b"
},
"32bit": {
"url": "https://github.com/cli/cli/releases/download/v2.40.1/gh_2.40.1_windows_386.zip",
"hash": "47a290b4302a6c638da0db12b4c22f0f75ed9151a51dd0effc48f3bc1965bf1e"
},
"arm64": {
"url": "https://github.com/cli/cli/releases/download/v2.40.1/gh_2.40.1_windows_arm64.zip",
"hash": "126b4b75164c97a5a377bb23c39eec335275b25b3669b124a196157af248b42a"
}
},
"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"
}
}
}