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

Commit

Permalink
Updates to geth 1.8.15 (#4085)
Browse files Browse the repository at this point in the history
* Updates to geth 1.8.14

* Bumping geth version

* Bump geth to 1.8.14

* Bumping geth version

* Updates to geth 1.8.15
  • Loading branch information
EOS Classic authored and evertonfraga committed Sep 13, 2018
1 parent 5945cf5 commit 72e9f9b
Showing 1 changed file with 21 additions and 22 deletions.
43 changes: 21 additions & 22 deletions clientBinaries.json
Original file line number Diff line number Diff line change
@@ -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"]
}
}
}
Expand All @@ -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"]
}
}
}
Expand All @@ -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"]
}
}
}
Expand Down Expand Up @@ -162,4 +162,3 @@
}
}
}

0 comments on commit 72e9f9b

Please sign in to comment.