2020-06-12 08:50:14 +02:00

34 lines
1.1 KiB
JSON

{
"version": "0.10.0",
"description": "Official GitHub CLI",
"homepage": "https://cli.github.com",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/cli/cli/releases/download/v0.10.0/gh_0.10.0_windows_amd64.zip",
"hash": "082ca3f0a8b8db91ff935c7f05066e7cedfd58456c53719cb3d4accee830d44b"
},
"32bit": {
"url": "https://github.com/cli/cli/releases/download/v0.10.0/gh_0.10.0_windows_386.zip",
"hash": "e6b5ac5eaf6c8bcf593c8a8a1c1448c1fd72df3d14955ca37b6f1934ebfa6cfc"
}
},
"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"
}
}
}