Skip to content

Commit

Permalink
gubiq 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
iquidus committed Oct 23, 2018
1 parent 227b7f3 commit 40620b6
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions clientBinaries.json
Expand Up @@ -6,50 +6,50 @@
"linux": {
"x64": {
"download": {
"url": "http://staging.ubiqsmart.io/releases/gubiq/gubiq-linux-amd64-1.5.14.tar.gz",
"url": "http://staging.ubiqsmart.io/releases/gubiq/gubiq-linux-amd64-2.0.1.tar.gz",
"type": "tar",
"md5": "d2978ccca5442f5ac8d715340f7bb082",
"bin": "gubiq-linux-amd64-1.5.14/gubiq-linux-amd64"
"md5": "edebe52f00ff58927ab2cb7da1339d91",
"bin": "gubiq-linux-amd64-2.0.1/gubiq-linux-amd64"
},
"bin": "gubiq",
"commands": {
"sanity": {
"args": ["version"],
"output": [ "Gubiq", "1.5.14-flux" ]
"output": [ "Gubiq", "2.0.1-uip1" ]
}
}
}
},
"mac": {
"x64": {
"download": {
"url": "http://staging.ubiqsmart.io/releases/gubiq/gubiq-darwin-amd64-1.5.14.tar.gz",
"url": "http://staging.ubiqsmart.io/releases/gubiq/gubiq-darwin-amd64-2.0.1.tar.gz",
"type": "tar",
"md5": "e716ee8ec20a70588f006c05af1926e9",
"bin": "gubiq-darwin-amd64-1.5.14/gubiq-darwin-amd64"
"md5": "b5d43a11a837aefa3aebdf0f75a06db7",
"bin": "gubiq-darwin-amd64-2.0.1/gubiq-darwin-amd64"
},
"bin": "gubiq",
"commands": {
"sanity": {
"args": ["version"],
"output": [ "Gubiq", "1.5.14-flux" ]
"output": [ "Gubiq", "2.0.1-uip1" ]
}
}
}
},
"win": {
"x64": {
"download": {
"url": "http://staging.ubiqsmart.io/releases/gubiq/gubiq-windows-amd64-1.5.14.zip",
"url": "http://staging.ubiqsmart.io/releases/gubiq/gubiq-windows-amd64-2.0.1.zip",
"type": "zip",
"md5": "39d24f8b575ae5e5cef3c923f562f877",
"bin": "gubiq-windows-amd64-1.5.14\\gubiq-windows-4.0-amd64.exe"
"md5": "985ff208672ea0c3299d3f0cdbf46592",
"bin": "gubiq-windows-amd64-2.0.1\\gubiq-windows-4.0-amd64.exe"
},
"bin": "gubiq.exe",
"commands": {
"sanity": {
"args": ["version"],
"output": [ "Gubiq", "1.5.14-flux" ]
"output": [ "Gubiq", "2.0.1-uip1" ]
}
}
}
Expand Down

0 comments on commit 40620b6

Please sign in to comment.