From 483643e70d645450082f87f0b31033a96b20b4a0 Mon Sep 17 00:00:00 2001 From: Luca Zeug Date: Mon, 5 Jun 2017 11:30:30 -0300 Subject: [PATCH 1/2] update geth to 1.6.5 (#2407) * update geth to 1.6.4 * update geth to 1.6.5 --- clientBinaries.json | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/clientBinaries.json b/clientBinaries.json index 764e45599..f899a4052 100644 --- a/clientBinaries.json +++ b/clientBinaries.json @@ -1,15 +1,15 @@ { "clients": { "Geth": { - "version": "1.6.1", + "version": "1.6.5", "platforms": { "linux": { "x64": { "download": { - "url": "https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.6.1-021c3c28.tar.gz", + "url": "https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.6.5-cf87713d.tar.gz", "type": "tar", - "md5": "fdb7810fc6da33f4fb55bc4277751003", - "bin": "geth-linux-amd64-1.6.1-021c3c28/geth" + "md5": "7c3e6ff4728a689e68d81b17e9c27c3d", + "bin": "geth-linux-amd64-1.6.5-cf87713d/geth" }, "bin": "geth", "commands": { @@ -19,17 +19,17 @@ ], "output": [ "Geth", - "1.6.1" + "1.6.5" ] } } }, "ia32": { "download": { - "url": "https://gethstore.blob.core.windows.net/builds/geth-linux-386-1.6.1-021c3c28.tar.gz", + "url": "https://gethstore.blob.core.windows.net/builds/geth-linux-386-1.6.5-cf87713d.tar.gz", "type": "tar", - "md5": "651c2ced8ed2817c83b537b3ae323711", - "bin": "geth-linux-386-1.6.1-021c3c28/geth" + "md5": "869bf378b8e2cd31625d07a11129d4dc", + "bin": "geth-linux-386-1.6.5-cf87713d/geth" }, "bin": "geth", "commands": { @@ -39,7 +39,7 @@ ], "output": [ "Geth", - "1.6.1" + "1.6.5" ] } } @@ -48,10 +48,10 @@ "mac": { "x64": { "download": { - "url": "https://gethstore.blob.core.windows.net/builds/geth-darwin-amd64-1.6.1-021c3c28.tar.gz", + "url": "https://gethstore.blob.core.windows.net/builds/geth-darwin-amd64-1.6.5-cf87713d.tar.gz", "type": "tar", - "md5": "84d48160bf53c0d959486ac7c5b1542e", - "bin": "geth-darwin-amd64-1.6.1-021c3c28/geth" + "md5": "57b04bd0d24b41534f97861250af165b", + "bin": "geth-darwin-amd64-1.6.5-cf87713d/geth" }, "bin": "geth", "commands": { @@ -61,7 +61,7 @@ ], "output": [ "Geth", - "1.6.1" + "1.6.5" ] } } @@ -70,10 +70,10 @@ "win": { "x64": { "download": { - "url": "https://gethstore.blob.core.windows.net/builds/geth-windows-amd64-1.6.1-021c3c28.zip", + "url": "https://gethstore.blob.core.windows.net/builds/geth-windows-amd64-1.6.5-cf87713d.zip", "type": "zip", - "md5": "005b4040060d597026f3054462c4e2af", - "bin": "geth-windows-amd64-1.6.1-021c3c28\\geth.exe" + "md5": "a40dd78dd6d4f31751f94090623e1dd7", + "bin": "geth-windows-amd64-1.6.5-cf87713d\\geth.exe" }, "bin": "geth.exe", "commands": { @@ -83,17 +83,17 @@ ], "output": [ "Geth", - "1.6.1" + "1.6.5" ] } } }, "ia32": { "download": { - "url": "https://gethstore.blob.core.windows.net/builds/geth-windows-386-1.6.1-021c3c28.zip", + "url": "https://gethstore.blob.core.windows.net/builds/geth-windows-386-1.6.5-cf87713d.zip", "type": "zip", - "md5": "baf642bfb0c8f309e9e579bbb8fcf420", - "bin": "geth-windows-386-1.6.1-021c3c28\\geth.exe" + "md5": "fd37f67630ee4f4f4ccaddd422646ff5", + "bin": "geth-windows-386-1.6.5-cf87713d\\geth.exe" }, "bin": "geth.exe", "commands": { @@ -103,7 +103,7 @@ ], "output": [ "Geth", - "1.6.1" + "1.6.5" ] } } From 5bc1e9fc1fa50cc06d0901fbc9af04e7084231c8 Mon Sep 17 00:00:00 2001 From: Everton Fraga Date: Wed, 28 Jun 2017 17:01:56 -0300 Subject: [PATCH 2/2] Updating require-dir with fix for node 8 --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 444541fa7..8eaa58d3c 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "minimist": "^1.2.0", "mocha": "^3.2.0", "optimist": "^0.6.1", - "require-dir": "^0.3.1", + "require-dir": "^0.3.2", "run-sequence": "^1.2.1", "semver-compare": "^1.0.0", "shelljs": "^0.7.7", diff --git a/yarn.lock b/yarn.lock index 1a4367c3c..4565e1807 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3569,9 +3569,9 @@ request@^2.45.0, request@^2.55.0, request@^2.65.0, request@~2.81.0: tunnel-agent "^0.6.0" uuid "^3.0.0" -require-dir@^0.3.1: - version "0.3.1" - resolved "https://registry.yarnpkg.com/require-dir/-/require-dir-0.3.1.tgz#b5a8e28bae0343bb0d0cc38ab1f531e1931b264a" +require-dir@^0.3.2: + version "0.3.2" + resolved "https://registry.yarnpkg.com/require-dir/-/require-dir-0.3.2.tgz#c1d5c75e9fbffde9f2e6b33e383db4f594b5a6a9" require-directory@^2.1.1: version "2.1.1"