2021-04-02 17:00:22 +00:00

34 lines
1.1 KiB
JSON

{
"version": "1.8.1",
"description": "Official GitHub CLI",
"homepage": "https://cli.github.com",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/cli/cli/releases/download/v1.8.1/gh_1.8.1_windows_amd64.zip",
"hash": "ec876b8884d2a87428461f666d9906671448cf83a5995388a86e5a9829e8b336"
},
"32bit": {
"url": "https://github.com/cli/cli/releases/download/v1.8.1/gh_1.8.1_windows_386.zip",
"hash": "fd138eb8fe2c2ae00032882b6770c7fc2e090215fd0434dcef7624ac4ef7a900"
}
},
"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"
}
}
}