Skip to content

Commit

Permalink
Updates to geth 1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
evertonfraga committed Oct 14, 2017
1 parent d3ab008 commit 86ff3cf
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions clientBinaries.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"clients": {
"Geth": {
"version": "1.7.1",
"version": "1.7.2",
"platforms": {
"linux": {
"x64": {
"download": {
"url": "https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.7.1-05101641.tar.gz",
"url": "https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.7.2-1db4ecdc.tar.gz",
"type": "tar",
"md5": "05abcf84078d5739c8f2e0e1b5bd9c97",
"bin": "geth-linux-amd64-1.7.1-05101641/geth"
"bin": "geth-linux-amd64-1.7.2-1db4ecdc/geth"
},
"bin": "geth",
"commands": {
Expand All @@ -19,17 +19,17 @@
],
"output": [
"Geth",
"1.7.1"
"1.7.2"
]
}
}
},
"ia32": {
"download": {
"url": "https://gethstore.blob.core.windows.net/builds/geth-linux-386-1.7.1-05101641.tar.gz",
"url": "https://gethstore.blob.core.windows.net/builds/geth-linux-386-1.7.2-1db4ecdc.tar.gz",
"type": "tar",
"md5": "d50845ff7961b6b7eb25b8556f8bdfa0",
"bin": "geth-linux-386-1.7.1-05101641/geth"
"bin": "geth-linux-386-1.7.2-1db4ecdc/geth"
},
"bin": "geth",
"commands": {
Expand All @@ -39,7 +39,7 @@
],
"output": [
"Geth",
"1.7.1"
"1.7.2"
]
}
}
Expand All @@ -48,10 +48,10 @@
"mac": {
"x64": {
"download": {
"url": "https://gethstore.blob.core.windows.net/builds/geth-darwin-amd64-1.7.1-05101641.tar.gz",
"url": "https://gethstore.blob.core.windows.net/builds/geth-darwin-amd64-1.7.2-1db4ecdc.tar.gz",
"type": "tar",
"md5": "dfdbf1ed0ae7fec2ff063d47f1a28c58",
"bin": "geth-darwin-amd64-1.7.1-05101641/geth"
"bin": "geth-darwin-amd64-1.7.2-1db4ecdc/geth"
},
"bin": "geth",
"commands": {
Expand All @@ -61,7 +61,7 @@
],
"output": [
"Geth",
"1.7.1"
"1.7.2"
]
}
}
Expand All @@ -70,10 +70,10 @@
"win": {
"x64": {
"download": {
"url": "https://gethstore.blob.core.windows.net/builds/geth-windows-amd64-1.7.1-05101641.zip",
"url": "https://gethstore.blob.core.windows.net/builds/geth-windows-amd64-1.7.2-1db4ecdc.zip",
"type": "zip",
"md5": "0218149913290d047c1b24032f573f02",
"bin": "geth-windows-amd64-1.7.1-05101641\\geth.exe"
"bin": "geth-windows-amd64-1.7.2-1db4ecdc\\geth.exe"
},
"bin": "geth.exe",
"commands": {
Expand All @@ -83,17 +83,17 @@
],
"output": [
"Geth",
"1.7.1"
"1.7.2"
]
}
}
},
"ia32": {
"download": {
"url": "https://gethstore.blob.core.windows.net/builds/geth-windows-386-1.7.1-05101641.zip",
"url": "https://gethstore.blob.core.windows.net/builds/geth-windows-386-1.7.2-1db4ecdc.zip",
"type": "zip",
"md5": "4a198f5c736b86515a042873a5c7165b",
"bin": "geth-windows-386-1.7.1-05101641\\geth.exe"
"bin": "geth-windows-386-1.7.2-1db4ecdc\\geth.exe"
},
"bin": "geth.exe",
"commands": {
Expand All @@ -103,7 +103,7 @@
],
"output": [
"Geth",
"1.7.1"
"1.7.2"
]
}
}
Expand Down

0 comments on commit 86ff3cf

Please sign in to comment.