From b7d27f787dfa13bdf48d4b578e0eeec57ecc46d0 Mon Sep 17 00:00:00 2001 From: Scott Moore Date: Fri, 10 Apr 2015 17:18:39 +1000 Subject: [PATCH] Add hub --- hub.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 hub.json diff --git a/hub.json b/hub.json new file mode 100644 index 0000000000..87121691b0 --- /dev/null +++ b/hub.json @@ -0,0 +1,20 @@ +{ + "homepage": "https://hub.github.com/", + "version": "2.2.0", + "license": "MIT", + "architecture": { + "64bit": { + "url": "https://github.com/github/hub/releases/download/v2.2.0/hub-windows-amd64-2.2.0.tar.gz", + "hash": "b32fc476f46e54a965c5c8a8cded1c808d7d518f87f8fb6d868d5b3384161146", + "extract_dir": "hub-windows-amd64-2.2.0" + }, + "32bit": { + "url": "https://github.com/github/hub/releases/download/v2.2.0/hub-windows-386-2.2.0.tar.gz", + "hash": "d7028b66fa682d9eca4e2b955e9e60b8188e7141bd84f289515ed905ad349358", + "extract_dir": "hub-windows-386-2.2.0" + } + }, + "bin": [ + "hub.exe" + ] +} \ No newline at end of file