forked from ethereum/mist
-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathclientBinaries.json
91 lines (90 loc) · 3.64 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
{
"clients": {
"Gexp": {
"version": "1.10.9-stable",
"platforms": {
"linux": {
"x64": {
"download": {
"url": "http://build.expanse.tech/release/latest/gexp-linux-amd64.tar.gz",
"type": "tar",
"md5": "0847edc8a7388a33904d190c2d8f7016",
"bin": "gexp-linux-amd64/gexp"
},
"bin": "gexp",
"commands": {
"sanity": {
"args": ["version"],
"output": [ "Gexp", "1.10.9-stable" ]
}
}
},
"ia32": {
"download": {
"url": "http://build.expanse.tech/release/latest/gexp-linux-386.tar.gz",
"type": "tar",
"md5": "9808d5e9026727e9cfd244a3256a611e",
"bin": "gexp-linux-386/gexp"
},
"bin": "gexp",
"commands": {
"sanity": {
"args": ["version"],
"output": [ "Gexp", "1.10.9-stable" ]
}
}
}
},
"mac": {
"x64": {
"download": {
"url": "http://build.expanse.tech/release/latest/gexp-darwin-amd64.tar.gz",
"type": "tar",
"md5": "16f1e5250c656b777fbe46729f227430",
"bin": "gexp-darwin-amd64/gexp"
},
"bin": "gexp",
"commands": {
"sanity": {
"args": ["version"],
"output": [ "Gexp", "1.10.9-stable" ]
}
}
}
},
"win": {
"x64": {
"download": {
"url": "http://build.expanse.tech/release/latest/gexp-windows-amd64.zip",
"type": "zip",
"md5": "53eb497917ff3cefb98d225ccf13945b",
"bin": "gexp-windows-amd64\\gexp.exe"
},
"bin": "gexp.exe",
"commands": {
"sanity": {
"args": ["version"],
"output": [ "Gexp", "1.10.9-stable" ]
}
}
},
"ia32": {
"download": {
"url": "http://build.expanse.tech/release/latest/gexp-windows-386.zip",
"type": "zip",
"md5": "640891df4f1822f2cbd6a7b2f6808edb",
"bin": "gexp-windows-386\\gexp.exe"
},
"bin": "gexp.exe",
"commands": {
"sanity": {
"args": ["version"],
"output": [ "Gexp", "1.10.9-stable" ]
}
}
}
}
}
}
}
}