From f95fc8ee95ab2272540d19aab7b024069a12caeb Mon Sep 17 00:00:00 2001 From: JiaYue Date: Sat, 24 Feb 2018 00:24:07 +0900 Subject: [PATCH] Add ghq version 0.8.0 (#2039) --- ghq.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 ghq.json diff --git a/ghq.json b/ghq.json new file mode 100644 index 0000000000..bab98fed12 --- /dev/null +++ b/ghq.json @@ -0,0 +1,30 @@ +{ + "homepage": "https://github.com/motemen/ghq", + "version": "0.8.0", + "license": "MIT License", + "architecture": { + "64bit": { + "url": "https://github.com/motemen/ghq/releases/download/v0.8.0/ghq_windows_amd64.zip", + "hash": "sha1:181d62a33acd5bdd132a96f6dae6831cdf977320" + }, + "32bit": { + "url": "https://github.com/motemen/ghq/releases/download/v0.8.0/ghq_windows_386.zip", + "hash": "sha1:a611c0da3629936904bb05fcab33935cf0fb17a7" + } + }, + "bin": "ghq.exe", + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/motemen/ghq/releases/download/v$version/ghq_windows_amd64.zip" + }, + "32bit": { + "url": "https://github.com/motemen/ghq/releases/download/v$version/ghq_windows_386.zip" + } + }, + "hash": { + "url": "https://github.com/motemen/ghq/releases/download/v$version/SHASUMS" + } + } +}