2021-06-29 20:00:24 +00:00

34 lines
1.1 KiB
JSON

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