Skip to content

Commit

Permalink
update client binaries to 1.7.0 unstable
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisfranko committed Aug 21, 2017
1 parent f4279be commit 32ff228
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions clientBinaries.json
Expand Up @@ -2,36 +2,36 @@
{
"clients": {
"Gexp": {
"version": "1.6.6-beta",
"version": "1.7.0-unstable",
"platforms": {
"linux": {
"x64": {
"download": {
"url": "http://build.expanse.tech/release/gexp-linux-amd64.tar.gz",
"type": "tar",
"md5": "3a61414d937d11974387a727ef06dcee",
"md5": "be34a8019fe7673efb1b7354738e9be8",
"bin": "gexp-linux-amd64/gexp"
},
"bin": "gexp",
"commands": {
"sanity": {
"args": ["version"],
"output": [ "Gexp", "1.6.6-beta" ]
"output": [ "Gexp", "1.7.0-unstable" ]
}
}
},
"ia32": {
"download": {
"url": "http://build.expanse.tech/release/gexp-linux-386.tar.gz",
"type": "tar",
"md5": "658e110b1e93507969f78a07b897d346",
"md5": "37037863d401fb2aa71a8068f8d5158e",
"bin": "gexp-linux-386/gexp"
},
"bin": "gexp",
"commands": {
"sanity": {
"args": ["version"],
"output": [ "Gexp", "1.6.6-beta" ]
"output": [ "Gexp", "1.7.0-unstable" ]
}
}
}
Expand All @@ -41,14 +41,14 @@
"download": {
"url": "http://build.expanse.tech/release/gexp-darwin-amd64.tar.gz",
"type": "tar",
"md5": "d6f6b2ffad875fafcedb4140fceab644",
"md5": "9107551e8c107a29e7f28c7a449cfb46",
"bin": "gexp-darwin-amd64/gexp"
},
"bin": "gexp",
"commands": {
"sanity": {
"args": ["version"],
"output": [ "Gexp", "1.6.6-beta" ]
"output": [ "Gexp", "1.7.0-unstable" ]
}
}
}
Expand All @@ -58,29 +58,29 @@
"download": {
"url": "http://build.expanse.tech/release/gexp-windows-amd64.zip",
"type": "zip",
"md5": "8c053867645769f50bf63e434400fc40",
"md5": "d1ee991dadbf60a6c238aa0ef7133171",
"bin": "gexp-windows-amd64\\gexp.exe"
},
"bin": "gexp.exe",
"commands": {
"sanity": {
"args": ["version"],
"output": [ "Gexp", "1.6.6-beta" ]
"output": [ "Gexp", "1.7.0-unstable" ]
}
}
},
"ia32": {
"download": {
"url": "http://build.expanse.tech/release/gexp-windows-386.zip",
"type": "zip",
"md5": "d980057b3b6a3286916c714b5dc1d5a7",
"md5": "5f926ea78fd52802778c782e428610b8",
"bin": "gexp-windows-386\\gexp.exe"
},
"bin": "gexp.exe",
"commands": {
"sanity": {
"args": ["version"],
"output": [ "Gexp", "1.6.6-beta" ]
"output": [ "Gexp", "1.7.0-unstable" ]
}
}
}
Expand Down

0 comments on commit 32ff228

Please sign in to comment.