2021-02-23 14:02:44 +01:00

34 lines
1.1 KiB
JSON

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