From a7ee4b0db98afeec751ace397dab3092bcd499ed Mon Sep 17 00:00:00 2001 From: Alex Van de Sande Date: Tue, 14 Feb 2017 11:18:18 -0200 Subject: [PATCH] update to geth 1.4.9 --- clientBinaries.json | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/clientBinaries.json b/clientBinaries.json index 5304f4009..f0c720a5c 100644 --- a/clientBinaries.json +++ b/clientBinaries.json @@ -2,36 +2,36 @@ { "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" ] } } } @@ -39,16 +39,16 @@ "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" ] } } } @@ -56,31 +56,31 @@ "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" ] } } }