2022-10-20 12:32:29 +00:00

34 lines
1.1 KiB
JSON

{
"version": "2.18.1",
"description": "Official GitHub CLI",
"homepage": "https://cli.github.com",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/cli/cli/releases/download/v2.18.1/gh_2.18.1_windows_amd64.zip",
"hash": "0b2dc1cab81277532a7b893697d571a51716b3b28fab5a5f46c14dca12638e89"
},
"32bit": {
"url": "https://github.com/cli/cli/releases/download/v2.18.1/gh_2.18.1_windows_386.zip",
"hash": "f5bb70fcad11f848c69eb0ddc1d66dd5fb32f0aee855e85843edad7c07b09e8a"
}
},
"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"
}
},
"hash": {
"url": "$baseurl/gh_$version_checksums.txt"
}
}
}