diff --git a/bucket/gh.json b/bucket/gh.json new file mode 100644 index 0000000000..3e1c733854 --- /dev/null +++ b/bucket/gh.json @@ -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" + } + } +}