-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathclientBinaries.json
91 lines (91 loc) · 3.73 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": {
"gero": {
"version": "0.3.0-beta.rc.5",
"platforms": {
"linux": {
"x64": {
"download": {
"url": "https://github.com/sero-cash/go-sero/releases/download/v0.3.1-beta.rc.5.hotfix.1/gero-v0.3.1-beta.rc.5.hotfix.1-linux-amd64-v4.tar.gz",
"type": "tar",
"md5": "da4a7236a22296be1fcee1662b09b6d3",
"bin": "geropkg/bin/gero"
},
"bin": "gero",
"commands": {
"sanity": {
"args": [
"version"
],
"output": [
"0.3.0-beta.rc.5"
]
}
}
}
},
"mac": {
"x64": {
"download": {
"url": "https://github.com/sero-cash/go-sero/releases/download/v0.3.1-beta.rc.5.hotfix.1/gero-v0.3.1-beta.rc.5.hotfix.1-darwin-amd64.tar.gz",
"type": "tar",
"md5": "1cb7007f20f0012d926a441d08e5c97f",
"bin": "geropkg/bin/gero"
},
"bin": "gero",
"commands": {
"sanity": {
"args": [
"version"
],
"output": [
"0.3.0-beta.rc.5"
]
}
}
}
},
"win": {
"x64": {
"download": {
"url": "https://github.com/sero-cash/go-sero/releases/download/v0.3.1-beta.rc.5.hotfix.1/gero-v0.3.1-beta.rc.5.hotfix.1-windows-amd64.zip",
"type": "zip",
"md5": "9865ea42945e09981ce6e34883b04cfd",
"bin": "geropkg\\bin\\gero.exe"
},
"bin": "gero.exe",
"commands": {
"sanity": {
"args": [
"version"
],
"output": [
"0.3.0-beta.rc.5"
]
}
}
},
"ia32": {
"download": {
"url": "https://github.com/sero-cash/go-sero/releases/download/v0.3.1-beta.rc.5.hotfix.1/gero-v0.3.1-beta.rc.5.hotfix.1-windows-amd64.zip",
"type": "zip",
"md5": "9865ea42945e09981ce6e34883b04cfd",
"bin": "geropkg\\bin\\gero.exe"
},
"bin": "gero.exe",
"commands": {
"sanity": {
"args": [
"version"
],
"output": [
"0.3.0-beta.rc.5"
]
}
}
}
}
}
}
}
}