2018-05-29 15:00:30 +00:00

32 lines
1.0 KiB
JSON

{
"homepage": "https://hub.github.com/",
"version": "2.3.0",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/github/hub/releases/download/v2.3.0/hub-windows-amd64-2.3.0.zip",
"hash": "5eef5d9fcefc2f53dfaf70c34c59fb1b145b2abf16e6a9118a5ae219e52efd9f"
},
"32bit": {
"url": "https://github.com/github/hub/releases/download/v2.3.0/hub-windows-386-2.3.0.zip",
"hash": "ab24179740fca8dc3ad1d89e9bb4dd7829dcd80996d94e954c8beeac06c8a9e7"
}
},
"bin": [
"bin\\hub.exe"
],
"checkver": {
"github": "https://github.com/github/hub"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/github/hub/releases/download/v$version/hub-windows-amd64-$version.zip"
},
"32bit": {
"url": "https://github.com/github/hub/releases/download/v$version/hub-windows-386-$version.zip"
}
}
}
}