2020-10-06 20:38:32 +02:00

34 lines
1.1 KiB
JSON

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