-
Notifications
You must be signed in to change notification settings - Fork 3
/
clientBinaries.json
75 lines (75 loc) · 2.88 KB
/
clientBinaries.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"clients": {
"Geth": {
"version": "1.10.0",
"platforms": {
"mac": {
"x64": {
"download": {
"url": "https://github.com/ethercore/go-ethercore/releases/download/v1.10.0/ethercore-geth-linux-v1.10.0.tar.gz",
"type": "tar",
"md5": "7388ffb6d8e3d36a9ba850eb4349c210",
"bin": "build/bin/geth"
},
"bin": "geth",
"commands": {
"sanity": {
"args": [
"version"
],
"output": [
"Geth-EtherCore",
"1.10.0"
]
}
}
}
},
"linux": {
"x64": {
"download": {
"url": "https://github.com/ethercore/go-ethercore/releases/download/v1.10.0/ethercore-geth-osx-v1.10.0.tar.gz",
"type": "tar",
"md5": "e8dafbe8914677703f195b0c41d774a9",
"bin": "build/bin/geth"
},
"bin": "geth",
"commands": {
"sanity": {
"args": [
"version"
],
"output": [
"Geth-EtherCore",
"1.10.0"
]
}
}
}
},
"win": {
"x64": {
"download": {
"url": "https://github.com/ethercore/go-ethercore/releases/download/v1.10.0/ethercore-geth-win64-v1.10.0.zip",
"type": "zip",
"md5": "83f6e9342605d116ed4d3ac5f13644bc",
"bin": "geth.exe"
},
"bin": "geth.exe",
"commands": {
"sanity": {
"args": [
"version"
],
"output": [
"Geth-EtherCore",
"1.10.0"
]
}
}
}
}
}
}
}
}