Roy Ivy III a5d219e0c9 whitespace cleanup
* makes changes to almost all main repo files to be in accordance with .editorconfig
* some files in "test\fixtures\..." were left alone to avoid breaking tests
* NOTE: whitespace changes *only* (`git diff -b` shows no changes)
2015-08-17 22:54:43 -05:00

21 lines
712 B
JSON

{
"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"
]
}