2020-09-08 14:37:59 +02:00

34 lines
1.1 KiB
JSON

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