Skip to content

Commit

Permalink
Update clientBinaries.json
Browse files Browse the repository at this point in the history
  • Loading branch information
kimmyeonghun committed Apr 21, 2018
1 parent c8c776b commit 2c51aa4
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions clientBinaries.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"clients": {
"Gesn": {
"version": "0.3.1",
"version": "0.2.2",
"platforms": {
"linux": {
"x64": {
"download": {
"url": "https://gesnstore.blob.core.windows.net/builds/gesn-linux-amd64-0.3.1-61e1e3e.tar.gz",
"url": "https://gesnstore.blob.core.windows.net/builds/gesn-linux-amd64-0.2.2-ab7f07c.tar.gz",
"type": "tar",
"md5": "14b50ed36b241c06fed6f63f682478f8",
"bin": "gesn-linux-amd64-0.3.1-61e1e3e/gesn"
"md5": "5e42144af118da11ebfc2aecdab578a5",
"bin": "gesn-linux-amd64-0.2.2-ab7f07c/gesn"
},
"bin": "gesn",
"commands": {
Expand All @@ -19,17 +19,17 @@
],
"output": [
"Gesn",
"0.3.1"
"0.2.2"
]
}
}
},
"ia32": {
"download": {
"url": "https://gesnstore.blob.core.windows.net/builds/gesn-linux-386-0.3.1-61e1e3e.tar.gz",
"url": "https://gesnstore.blob.core.windows.net/builds/gesn-linux-386-0.2.2-ab7f07c.tar.gz",
"type": "tar",
"md5": "513523c21c4a36a1455195e3c34c5675",
"bin": "gesn-linux-386-0.3.1-61e1e3e/gesn"
"md5": "dff638ff6041a1f0b99fff3cd42a6f42",
"bin": "gesn-linux-386-0.2.2-ab7f07c/gesn"
},
"bin": "gesn",
"commands": {
Expand All @@ -39,7 +39,7 @@
],
"output": [
"Gesn",
"0.3.1"
"0.2.2"
]
}
}
Expand All @@ -48,10 +48,10 @@
"mac": {
"x64": {
"download": {
"url": "https://gesnstore.blob.core.windows.net/builds/gesn-darwin-amd64-0.3.1-61e1e3e.tar.gz",
"url": "https://gesnstore.blob.core.windows.net/builds/gesn-darwin-amd64-0.2.2-ab7f07c.tar.gz",
"type": "tar",
"md5": "3783de17ea094f191db1048c8863f75f",
"bin": "gesn-darwin-amd64-0.3.1-61e1e3e/gesn"
"md5": "9360d6934cbf3eda74bad7e268c5ac09",
"bin": "gesn-darwin-amd64-0.2.2-ab7f07c/gesn"
},
"bin": "gesn",
"commands": {
Expand All @@ -61,7 +61,7 @@
],
"output": [
"Gesn",
"0.3.1"
"0.2.2"
]
}
}
Expand All @@ -70,10 +70,10 @@
"win": {
"x64": {
"download": {
"url": "https://gesnstore.blob.core.windows.net/builds/gesn-windows-amd64-0.3.1-61e1e3e.zip",
"url": "https://gesnstore.blob.core.windows.net/builds/gesn-windows-amd64-0.2.2-ab7f07c.zip",
"type": "zip",
"md5": "722ce4e80f13bac720ee1dfc28573dda",
"bin": "gesn-windows-amd64-0.3.1-61e1e3e\\gesn.exe"
"md5": "5b4f3169202cbbb6f1d32c4a87d7c8c6",
"bin": "gesn-windows-amd64-0.2.2-ab7f07c\\gesn.exe"
},
"bin": "gesn.exe",
"commands": {
Expand All @@ -83,17 +83,17 @@
],
"output": [
"Gesn",
"0.3.1"
"0.2.2"
]
}
}
},
"ia32": {
"download": {
"url": "https://gesnstore.blob.core.windows.net/builds/gesn-windows-386-0.3.1-61e1e3e.zip",
"url": "https://gesnstore.blob.core.windows.net/builds/gesn-windows-386-0.2.2-ab7f07c.zip",
"type": "zip",
"md5": "c389eacb6afbd1eaab9963632f448c8c",
"bin": "gesn-windows-386-0.3.1-61e1e3e\\gesn.exe"
"md5": "8c18ffd14ed2fa5ea63c779c3518a240",
"bin": "gesn-windows-386-0.2.2-ab7f07c\\gesn.exe"
},
"bin": "gesn.exe",
"commands": {
Expand All @@ -103,7 +103,7 @@
],
"output": [
"Gesn",
"0.3.1"
"0.2.2"
]
}
}
Expand Down

0 comments on commit 2c51aa4

Please sign in to comment.