2023-01-27 20:25:38 +00:00

41 lines
1.5 KiB
JSON

{
"version": "2.22.1",
"description": "Official GitHub CLI",
"homepage": "https://cli.github.com",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/cli/cli/releases/download/v2.22.1/gh_2.22.1_windows_amd64.zip",
"hash": "b51fdf145f472a63b4dbcb05b5eac843abaefbbb73aeaab9a67cadef9c8f22b1"
},
"32bit": {
"url": "https://github.com/cli/cli/releases/download/v2.22.1/gh_2.22.1_windows_386.zip",
"hash": "c80a1d30e6bae37661c4368f7a375e0f0be520cc1741254fa752ffccae0155f5"
},
"arm64": {
"url": "https://github.com/cli/cli/releases/download/v2.22.1/gh_2.22.1_windows_arm64.zip",
"hash": "b74185710809558bc12d6f1c7df6460bc928506732a528502e8b273e67e16141"
}
},
"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"
}
}
}