-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathclientBinaries.json
135 lines (135 loc) · 5.51 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
{
"clients": {
"Gexp": {
"version": "v1.8.23",
"platforms": {
"linux": {
"x64": {
"bin": "gexp",
"download": {
"bin": "geth-linux-amd64-v1.8.23/geth",
"url": "https://github.com/expanse-org/go-expanse/releases/download/v1.8.23/gexp-linux-amd64.tar.gz",
"type": "tar",
"md5": "46a76e77fc9ae4dc9f8d1cf50f3b5798"
},
"commands": {
"sanity": {
"args": [
"version"
],
"output": [
"Gexp",
"v1.8.23"
]
}
}
},
"ia32": {
"bin": "gexp",
"download": {
"bin": "gexp-linux-386-v1.8.23/gexp",
"url": "https://github.com/expanse-org/go-expanse/releases/download/v1.8.23/gexp-linux-386.tar.gz",
"type": "tar",
"md5": "ac296bdc4eb4d2ba0d3e2c304ae457b5"
},
"commands": {
"sanity": {
"args": [
"version"
],
"output": [
"Gexp",
"v1.8.23"
]
}
}
}
},
"mac": {
"x64": {
"bin": "gexp",
"download": {
"bin": "geth-darwin-amd64-v1.8.23/geth",
"url": "https://github.com/expanse-org/go-expanse/releases/download/v1.8.23/gexp-darwin-amd64.tar.gz",
"type": "tar",
"md5": "33e03f5df5798c3efb8aabd7c11fdd34"
},
"commands": {
"sanity": {
"args": [
"version"
],
"output": [
"Gexp",
"v1.8.23"
]
}
}
},
"ia32": {
"bin": "gexp",
"download": {
"bin": "geth-darwin-amd64-v1.8.23/geth",
"url": "https://github.com/expanse-org/go-expanse/releases/download/v1.8.23/gexp-darwin-386.tar.gz",
"type": "tar",
"md5": "33e03f5df5798c3efb8aabd7c11fdd34"
},
"commands": {
"sanity": {
"args": [
"version"
],
"output": [
"Gexp",
"v1.8.23"
]
}
}
}
},
"win": {
"x64": {
"bin": "gexp.exe",
"download": {
"bin": "v1.8.23geth-windows-amd64-1.2.3.s\\geth.exe",
"url": "https://github.com/expanse-org/go-expanse/releases/download/v1.8.23/gexp-windows-amd64.zip",
"type": "zip",
"md5": "f498df54aaa42f4269c2d2d06df482fd"
},
"commands": {
"sanity": {
"args": [
"version"
],
"output": [
"Gexp",
"v1.8.23"
]
}
}
},
"ia32": {
"bin": "gexp.exe",
"download": {
"bin": "v1.8.23geth-windows-386-1.2.3.s\\geth.exe",
"url": "https://github.com/expanse-org/go-expanse/releases/download/v1.8.23/gexp-windows-386.zip",
"type": "zip",
"md5": "4760b54e20de3ee50237ea8df896fb6f"
},
"commands": {
"sanity": {
"args": [
"version"
],
"output": [
"Gexp",
"v1.8.23"
]
}
}
}
}
}
}
}
}