gh: Add version 0.6.1 (#841)

Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com>
This commit is contained in:
Chawye Hsu 2020-04-01 21:20:53 +08:00 committed by GitHub
parent 43c1dbe9ca
commit cc9f852d2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

33
bucket/gh.json Normal file
View File

@ -0,0 +1,33 @@
{
"version": "0.6.1",
"homepage": "https://cli.github.com",
"description": "Official GitHub CLI",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/cli/cli/releases/download/v0.6.1/gh_0.6.1_windows_amd64.zip",
"hash": "80ce857ba2837128bff71648dae8e28660c1fc7d84c7530e9fe8a61e8476f320"
},
"32bit": {
"url": "https://github.com/cli/cli/releases/download/v0.6.1/gh_0.6.1_windows_386.zip",
"hash": "ae07d29ad6f51dd4d12aeeb4aaeace48958b336200e96ea4579f8f425c1c8a34"
}
},
"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"
}
}
}