Skip to content
This repository has been archived by the owner on Sep 5, 2020. It is now read-only.

Commit

Permalink
update master to 1.4.9 (#1663)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexvansande authored and frozeman committed Feb 17, 2017
1 parent 8d58349 commit a5897c0
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
Expand Up @@ -2,85 +2,85 @@
{
"clients": {
"Geth": {
"version": "1.5.8",
"version": "1.5.9",
"platforms": {
"linux": {
"x64": {
"download": {
"url": "https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.5.8-f58fb322.tar.gz",
"url": "https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.5.9-a07539fb.tar.gz",
"type": "tar",
"md5": "628cde7015ee4b90a8befbe52ca08e6f",
"bin": "geth-linux-amd64-1.5.8-f58fb322/geth"
"md5": "a0b0dda353a655a65c6d3d809ee852fd",
"bin": "geth-linux-amd64-1.5.9-a07539fb/geth"
},
"bin": "geth",
"commands": {
"sanity": {
"args": ["version"],
"output": [ "Geth", "1.5.8" ]
"output": [ "Geth", "1.5.9" ]
}
}
},
"ia32": {
"download": {
"url": "https://gethstore.blob.core.windows.net/builds/geth-linux-386-1.5.8-f58fb322.tar.gz",
"url": "https://gethstore.blob.core.windows.net/builds/geth-linux-386-1.5.9-a07539fb.tar.gz",
"type": "tar",
"md5": "91170b9010dc1fd96cea700c1242faee",
"bin": "geth-linux-386-1.5.8-f58fb322/geth"
"md5": "3198330842cbfc6baa7e7b2624f8f6bd",
"bin": "geth-linux-386-1.5.9-a07539fb/geth"
},
"bin": "geth",
"commands": {
"sanity": {
"args": ["version"],
"output": [ "Geth", "1.5.8" ]
"output": [ "Geth", "1.5.9" ]
}
}
}
},
"mac": {
"x64": {
"download": {
"url": "https://gethstore.blob.core.windows.net/builds/geth-darwin-amd64-1.5.8-f58fb322.tar.gz",
"url": "https://gethstore.blob.core.windows.net/builds/geth-darwin-amd64-1.5.9-a07539fb.tar.gz",
"type": "tar",
"md5": "7ac3eae96132d49564bcf0f352081283",
"bin": "geth-darwin-amd64-1.5.8-f58fb322/geth"
"md5": "6a797a930a0930ec88b810e6b2d204eb",
"bin": "geth-darwin-amd64-1.5.9-a07539fb/geth"
},
"bin": "geth",
"commands": {
"sanity": {
"args": ["version"],
"output": [ "Geth", "1.5.8" ]
"output": [ "Geth", "1.5.9" ]
}
}
}
},
"win": {
"x64": {
"download": {
"url": "https://gethstore.blob.core.windows.net/builds/geth-windows-amd64-1.5.8-f58fb322.zip",
"url": "https://gethstore.blob.core.windows.net/builds/geth-windows-amd64-1.5.9-a07539fb.zip",
"type": "zip",
"md5": "935239a6a1910eb17fbc3a483c297086",
"bin": "geth-windows-amd64-1.5.8-f58fb322\\geth.exe"
"md5": "057cdfdf4347ec9d5c0bf0b964f1b97b",
"bin": "geth-windows-amd64-1.5.9-a07539fb\\geth.exe"
},
"bin": "geth.exe",
"commands": {
"sanity": {
"args": ["version"],
"output": [ "Geth", "1.5.8" ]
"output": [ "Geth", "1.5.9" ]
}
}
},
"ia32": {
"download": {
"url": "https://gethstore.blob.core.windows.net/builds/geth-windows-386-1.5.8-f58fb322.zip",
"url": "https://gethstore.blob.core.windows.net/builds/geth-windows-386-1.5.9-a07539fb.zip",
"type": "zip",
"md5": "587c29eb2c8256505923392e537d0fd1",
"bin": "geth-windows-386-1.5.8-f58fb322\\geth.exe"
"md5": "fa3511985215e151bafdc080e9b1fef6",
"bin": "geth-windows-386-1.5.9-a07539fb\\geth.exe"
},
"bin": "geth.exe",
"commands": {
"sanity": {
"args": ["version"],
"output": [ "Geth", "1.5.8" ]
"output": [ "Geth", "1.5.9" ]
}
}
}
Expand Down

0 comments on commit a5897c0

Please sign in to comment.