From 72e9f9b113283ccaae85dfc90b0f3dce4343c283 Mon Sep 17 00:00:00 2001 From: EOS Classic Date: Fri, 14 Sep 2018 01:10:02 +0900 Subject: [PATCH] Updates to geth 1.8.15 (#4085) * Updates to geth 1.8.14 * Bumping geth version * Bump geth to 1.8.14 * Bumping geth version * Updates to geth 1.8.15 --- clientBinaries.json | 43 +++++++++++++++++++++---------------------- 1 file changed, 21 insertions(+), 22 deletions(-) diff --git a/clientBinaries.json b/clientBinaries.json index edb746dea..f6d2af8f5 100644 --- a/clientBinaries.json +++ b/clientBinaries.json @@ -1,38 +1,38 @@ { "clients": { "Geth": { - "version": "1.8.13", + "version": "1.8.15", "platforms": { "linux": { "x64": { "download": { "url": - "https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.8.13-225171a4.tar.gz", + "https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.8.15-89451f7c.tar.gz", "type": "tar", - "md5": "46005ff31019b35ab7557cb898bc6d97", - "bin": "geth-linux-amd64-1.8.13-225171a4/geth" + "md5": "d4ed3c878a73b94d4c00ec1a2e5c6695", + "bin": "geth-linux-amd64-1.8.15-89451f7c/geth" }, "bin": "geth", "commands": { "sanity": { "args": ["version"], - "output": ["Geth", "1.8.13"] + "output": ["Geth", "1.8.15"] } } }, "ia32": { "download": { "url": - "https://gethstore.blob.core.windows.net/builds/geth-linux-386-1.8.13-225171a4.tar.gz", + "https://gethstore.blob.core.windows.net/builds/geth-linux-386-1.8.15-89451f7c.tar.gz", "type": "tar", - "md5": "cf46f69c354daba3cda7cdb9dc480eef", - "bin": "geth-linux-386-1.8.13-225171a4/geth" + "md5": "7000eb99d0c41446133c5c553fa08beb", + "bin": "geth-linux-386-1.8.15-89451f7c/geth" }, "bin": "geth", "commands": { "sanity": { "args": ["version"], - "output": ["Geth", "1.8.13"] + "output": ["Geth", "1.8.15"] } } } @@ -41,16 +41,16 @@ "x64": { "download": { "url": - "https://gethstore.blob.core.windows.net/builds/geth-darwin-amd64-1.8.13-225171a4.tar.gz", + "https://gethstore.blob.core.windows.net/builds/geth-darwin-amd64-1.8.15-89451f7c.tar.gz", "type": "tar", - "md5": "3f38dc22e02f8d395526489d5fde7a37", - "bin": "geth-darwin-amd64-1.8.13-225171a4/geth" + "md5": "e5d9b42e7fbb5961d46757a04d56a7ae", + "bin": "geth-darwin-amd64-1.8.15-89451f7c/geth" }, "bin": "geth", "commands": { "sanity": { "args": ["version"], - "output": ["Geth", "1.8.13"] + "output": ["Geth", "1.8.15"] } } } @@ -59,32 +59,32 @@ "x64": { "download": { "url": - "https://gethstore.blob.core.windows.net/builds/geth-windows-amd64-1.8.13-225171a4.zip", + "https://gethstore.blob.core.windows.net/builds/geth-windows-amd64-1.8.15-89451f7c.zip", "type": "zip", - "md5": "3417d0b37e1d30c06838304ee7bd7205", - "bin": "geth-windows-amd64-1.8.13-225171a4\\geth.exe" + "md5": "4a5d1e530170238bdd724e92939ab178", + "bin": "geth-windows-amd64-1.8.15-89451f7c\\geth.exe" }, "bin": "geth.exe", "commands": { "sanity": { "args": ["version"], - "output": ["Geth", "1.8.13"] + "output": ["Geth", "1.8.15"] } } }, "ia32": { "download": { "url": - "https://gethstore.blob.core.windows.net/builds/geth-windows-386-1.8.13-225171a4.zip", + "https://gethstore.blob.core.windows.net/builds/geth-windows-386-1.8.15-89451f7c.zip", "type": "zip", - "md5": "00af26bae15230d317f94d89d579abc1", - "bin": "geth-windows-386-1.8.13-225171a4\\geth.exe" + "md5": "94d767bce3cea8579fb4c3864696c1f4", + "bin": "geth-windows-386-1.8.15-89451f7c\\geth.exe" }, "bin": "geth.exe", "commands": { "sanity": { "args": ["version"], - "output": ["Geth", "1.8.13"] + "output": ["Geth", "1.8.15"] } } } @@ -162,4 +162,3 @@ } } } -