-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgateway-go.json
More file actions
29 lines (29 loc) · 1.07 KB
/
gateway-go.json
File metadata and controls
29 lines (29 loc) · 1.07 KB
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
{
"version": "0.3.6",
"architecture": {
"32bit": {
"url": "https://github.com/OpenIoTHub/gateway-go/releases/download/v0.3.6/gateway-go_0.3.6_windows_386.tar.gz",
"bin": [
"gateway-go.exe"
],
"hash": "c9644fc1640911cd4e8add00e4895de50b772955f69e47fdcc6281e7809209c2"
},
"64bit": {
"url": "https://github.com/OpenIoTHub/gateway-go/releases/download/v0.3.6/gateway-go_0.3.6_windows_amd64.tar.gz",
"bin": [
"gateway-go.exe"
],
"hash": "678e87d1837f5b9675468e04253aeb407f7df72cbd55aeb23ca226c9aca94ad3"
},
"arm64": {
"url": "https://github.com/OpenIoTHub/gateway-go/releases/download/v0.3.6/gateway-go_0.3.6_windows_arm64.tar.gz",
"bin": [
"gateway-go.exe"
],
"hash": "3e10c29f3c51a8587774668bbe400de9a39263ef88618562b56ed5b5a3a0e6a6"
}
},
"homepage": "http://github.com/OpenIoTHub",
"license": "MIT",
"description": "OpenIoTHub GateWay"
}