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

Commit

Permalink
Update geth binaries to 1.7.0 (#3046)
Browse files Browse the repository at this point in the history
Ethereum to the moon!!! YAY!!!
  • Loading branch information
sakamoto1255 authored and evertonfraga committed Sep 20, 2017
1 parent c8d93b5 commit 6c09e66
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions clientBinaries.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"clients": {
"Geth": {
"version": "1.6.7",
"version": "1.7.0",
"platforms": {
"linux": {
"x64": {
"download": {
"url": "https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.6.7-ab5646c5.tar.gz",
"url": "https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.7.0-6c6c7b2a.tar.gz",
"type": "tar",
"md5": "d5331a9ba124778d6d1341baba56ef11",
"bin": "geth-linux-amd64-1.6.7-ab5646c5/geth"
"md5": "9f40a6cd7f8f6de6b3cfd480847f7c38",
"bin": "geth-linux-amd64-1.7.0-6c6c7b2a/geth"
},
"bin": "geth",
"commands": {
Expand All @@ -19,17 +19,17 @@
],
"output": [
"Geth",
"1.6.7"
"1.7.0"
]
}
}
},
"ia32": {
"download": {
"url": "https://gethstore.blob.core.windows.net/builds/geth-linux-386-1.6.7-ab5646c5.tar.gz",
"url": "https://gethstore.blob.core.windows.net/builds/geth-linux-386-1.7.0-6c6c7b2a.tar.gz",
"type": "tar",
"md5": "d9833199b6df5404be6cedc854198e1d",
"bin": "geth-linux-386-1.6.7-ab5646c5/geth"
"md5": "611ae050fe9dbbb90fec1be4e9f6d356",
"bin": "geth-linux-386-1.7.0-6c6c7b2a/geth"
},
"bin": "geth",
"commands": {
Expand All @@ -39,7 +39,7 @@
],
"output": [
"Geth",
"1.6.7"
"1.7.0"
]
}
}
Expand All @@ -48,10 +48,10 @@
"mac": {
"x64": {
"download": {
"url": "https://gethstore.blob.core.windows.net/builds/geth-darwin-amd64-1.6.7-ab5646c5.tar.gz",
"url": "https://gethstore.blob.core.windows.net/builds/geth-darwin-amd64-1.7.0-6c6c7b2a.tar.gz",
"type": "tar",
"md5": "3da6ebf7255deb74bd46743cb7113b1b",
"bin": "geth-darwin-amd64-1.6.7-ab5646c5/geth"
"md5": "fbd3103db321886e5abf93a4d3f42577",
"bin": "geth-darwin-amd64-1.7.0-6c6c7b2a/geth"
},
"bin": "geth",
"commands": {
Expand All @@ -61,7 +61,7 @@
],
"output": [
"Geth",
"1.6.7"
"1.7.0"
]
}
}
Expand All @@ -70,10 +70,10 @@
"win": {
"x64": {
"download": {
"url": "https://gethstore.blob.core.windows.net/builds/geth-windows-amd64-1.6.7-ab5646c5.zip",
"url": "https://gethstore.blob.core.windows.net/builds/geth-windows-amd64-1.7.0-6c6c7b2a.zip",
"type": "zip",
"md5": "6c5d11b0e0d1ca420be2a0d092466c2f",
"bin": "geth-windows-amd64-1.6.7-ab5646c5\\geth.exe"
"md5": "d73d0c3e41263d8cccd72fbabb5cc4d1",
"bin": "geth-windows-amd64-1.7.0-6c6c7b2a\\geth.exe"
},
"bin": "geth.exe",
"commands": {
Expand All @@ -83,17 +83,17 @@
],
"output": [
"Geth",
"1.6.7"
"1.7.0"
]
}
}
},
"ia32": {
"download": {
"url": "https://gethstore.blob.core.windows.net/builds/geth-windows-386-1.6.7-ab5646c5.zip",
"url": "https://gethstore.blob.core.windows.net/builds/geth-windows-386-1.7.0-6c6c7b2a.zip",
"type": "zip",
"md5": "44f66ec3565ee5b88929af8178a34027",
"bin": "geth-windows-386-1.6.7-ab5646c5\\geth.exe"
"md5": "3d21ea8621dfc96f91c4ab8aa7163471",
"bin": "geth-windows-386-1.7.0-6c6c7b2a\\geth.exe"
},
"bin": "geth.exe",
"commands": {
Expand All @@ -103,7 +103,7 @@
],
"output": [
"Geth",
"1.6.7"
"1.7.0"
]
}
}
Expand Down Expand Up @@ -181,4 +181,4 @@
}
}
}
}
}

0 comments on commit 6c09e66

Please sign in to comment.