2024-11-14 16:30:19 +00:00

41 lines
1.5 KiB
JSON

{
"version": "2.62.0",
"description": "Official GitHub CLI",
"homepage": "https://cli.github.com",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/cli/cli/releases/download/v2.62.0/gh_2.62.0_windows_amd64.zip",
"hash": "7fd29acdf2714d0129b7aedde215fa12e1cfb3ad5d39280893259bdeeceba209"
},
"32bit": {
"url": "https://github.com/cli/cli/releases/download/v2.62.0/gh_2.62.0_windows_386.zip",
"hash": "d3a54cf15d7cd6b9603bf02ba4de08262616d923833fe6e12b4599bbba605105"
},
"arm64": {
"url": "https://github.com/cli/cli/releases/download/v2.62.0/gh_2.62.0_windows_arm64.zip",
"hash": "650a27ca2475858cbaab3476b475ddaabc262aa3d4ff2242b6eb0498084e9f38"
}
},
"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"
}
}
}