From cc9f852d2b21215585109e15db0899e796882ef3 Mon Sep 17 00:00:00 2001 From: Chawye Hsu Date: Wed, 1 Apr 2020 21:20:53 +0800 Subject: [PATCH] gh: Add version 0.6.1 (#841) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Jakub Čábera --- bucket/gh.json | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 bucket/gh.json 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" + } + } +}