2021-10-14 21:00:36 +00:00

34 lines
1.1 KiB
JSON

{
"version": "2.1.0",
"description": "Official GitHub CLI",
"homepage": "https://cli.github.com",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/cli/cli/releases/download/v2.1.0/gh_2.1.0_windows_amd64.zip",
"hash": "34fa202c7cf731f7ff134535200da92af3d7cde05275c3621a92a3fdd65f6a07"
},
"32bit": {
"url": "https://github.com/cli/cli/releases/download/v2.1.0/gh_2.1.0_windows_386.zip",
"hash": "301c661221a9e0e5f0ec9fb0c164602f9ae5c59cec0ccaf246ed4fc305a67e22"
}
},
"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"
}
}
}