2023-10-17 16:27:58 +00:00

41 lines
1.5 KiB
JSON

{
"version": "2.37.0",
"description": "Official GitHub CLI",
"homepage": "https://cli.github.com",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/cli/cli/releases/download/v2.37.0/gh_2.37.0_windows_amd64.zip",
"hash": "466cb9703d13cf55329ed7182d3b598cdabf10c642ef07c7d60700ac187ba1fc"
},
"32bit": {
"url": "https://github.com/cli/cli/releases/download/v2.37.0/gh_2.37.0_windows_386.zip",
"hash": "2cb537d5b40570ba9c6f7dc7eccb2bc949155a7b2cd6a79697f970d52768d0f2"
},
"arm64": {
"url": "https://github.com/cli/cli/releases/download/v2.37.0/gh_2.37.0_windows_arm64.zip",
"hash": "d88a2e695df05af1f3d4e67849695d989465ddc0773e60bf574bf995fa5b3efe"
}
},
"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"
}
}
}