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

Commit bd4831a

Browse files
authored
Merge pull request #3164 from ethereum/develop
Updates geth 1.7.2 to mist users
2 parents 54644ef + dc2965a commit bd4831a

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

clientBinaries.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"clients": {
33
"Geth": {
4-
"version": "1.7.1",
4+
"version": "1.7.2",
55
"platforms": {
66
"linux": {
77
"x64": {
88
"download": {
9-
"url": "https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.7.1-05101641.tar.gz",
9+
"url": "https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.7.2-1db4ecdc.tar.gz",
1010
"type": "tar",
11-
"md5": "05abcf84078d5739c8f2e0e1b5bd9c97",
12-
"bin": "geth-linux-amd64-1.7.1-05101641/geth"
11+
"md5": "cc4a666fd21ae3627ee8ae974650b2f7",
12+
"bin": "geth-linux-amd64-1.7.2-1db4ecdc/geth"
1313
},
1414
"bin": "geth",
1515
"commands": {
@@ -19,17 +19,17 @@
1919
],
2020
"output": [
2121
"Geth",
22-
"1.7.1"
22+
"1.7.2"
2323
]
2424
}
2525
}
2626
},
2727
"ia32": {
2828
"download": {
29-
"url": "https://gethstore.blob.core.windows.net/builds/geth-linux-386-1.7.1-05101641.tar.gz",
29+
"url": "https://gethstore.blob.core.windows.net/builds/geth-linux-386-1.7.2-1db4ecdc.tar.gz",
3030
"type": "tar",
31-
"md5": "d50845ff7961b6b7eb25b8556f8bdfa0",
32-
"bin": "geth-linux-386-1.7.1-05101641/geth"
31+
"md5": "84b3a2d491db6f79fd84daa242da9ec6",
32+
"bin": "geth-linux-386-1.7.2-1db4ecdc/geth"
3333
},
3434
"bin": "geth",
3535
"commands": {
@@ -39,7 +39,7 @@
3939
],
4040
"output": [
4141
"Geth",
42-
"1.7.1"
42+
"1.7.2"
4343
]
4444
}
4545
}
@@ -48,10 +48,10 @@
4848
"mac": {
4949
"x64": {
5050
"download": {
51-
"url": "https://gethstore.blob.core.windows.net/builds/geth-darwin-amd64-1.7.1-05101641.tar.gz",
51+
"url": "https://gethstore.blob.core.windows.net/builds/geth-darwin-amd64-1.7.2-1db4ecdc.tar.gz",
5252
"type": "tar",
53-
"md5": "dfdbf1ed0ae7fec2ff063d47f1a28c58",
54-
"bin": "geth-darwin-amd64-1.7.1-05101641/geth"
53+
"md5": "1220015825ee8772aada37353aa3f7ef",
54+
"bin": "geth-darwin-amd64-1.7.2-1db4ecdc/geth"
5555
},
5656
"bin": "geth",
5757
"commands": {
@@ -61,7 +61,7 @@
6161
],
6262
"output": [
6363
"Geth",
64-
"1.7.1"
64+
"1.7.2"
6565
]
6666
}
6767
}
@@ -70,10 +70,10 @@
7070
"win": {
7171
"x64": {
7272
"download": {
73-
"url": "https://gethstore.blob.core.windows.net/builds/geth-windows-amd64-1.7.1-05101641.zip",
73+
"url": "https://gethstore.blob.core.windows.net/builds/geth-windows-amd64-1.7.2-1db4ecdc.zip",
7474
"type": "zip",
75-
"md5": "0218149913290d047c1b24032f573f02",
76-
"bin": "geth-windows-amd64-1.7.1-05101641\\geth.exe"
75+
"md5": "b34d22226c2d8c6729b4c01a2f25f818",
76+
"bin": "geth-windows-amd64-1.7.2-1db4ecdc\\geth.exe"
7777
},
7878
"bin": "geth.exe",
7979
"commands": {
@@ -83,17 +83,17 @@
8383
],
8484
"output": [
8585
"Geth",
86-
"1.7.1"
86+
"1.7.2"
8787
]
8888
}
8989
}
9090
},
9191
"ia32": {
9292
"download": {
93-
"url": "https://gethstore.blob.core.windows.net/builds/geth-windows-386-1.7.1-05101641.zip",
93+
"url": "https://gethstore.blob.core.windows.net/builds/geth-windows-386-1.7.2-1db4ecdc.zip",
9494
"type": "zip",
95-
"md5": "4a198f5c736b86515a042873a5c7165b",
96-
"bin": "geth-windows-386-1.7.1-05101641\\geth.exe"
95+
"md5": "50b353bf3639a502b06e0098c751df67",
96+
"bin": "geth-windows-386-1.7.2-1db4ecdc\\geth.exe"
9797
},
9898
"bin": "geth.exe",
9999
"commands": {
@@ -103,7 +103,7 @@
103103
],
104104
"output": [
105105
"Geth",
106-
"1.7.1"
106+
"1.7.2"
107107
]
108108
}
109109
}

0 commit comments

Comments
 (0)