forked from ArduPilot/apm_planner
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapm_planner_version.json
114 lines (114 loc) · 4.06 KB
/
apm_planner_version.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
{
"version": "1.0",
"encoding": "UTF-8",
"releases": [
{
"platform": "osx",
"type": "stable",
"url": "http://firmware.diydrones.com/Tools/APMPlanner/apm_planner_2.0.15_osx.dmg",
"name" : "apm_planner_2.0.15_osx.dmg",
"version" : "2.0.15",
"sha" : "",
"date" : "2014-11-18"
},
{
"platform": "win",
"type": "stable",
"url": "http://firmware.diydrones.com/Tools/APMPlanner/apm_planner_2.0.15_win.exe",
"name" : "apm_planner_2.0.15_win.exe",
"version": "2.0.15",
"sha" : "",
"date" : "2014-11-18"
},
{
"platform": "debian",
"type": "stable",
"url": "http://firmware.diydrones.com/Tools/APMPlanner/apm_planner_2.0.14_debian.deb",
"name" : "apm_planner_2.0.14_debian.deb",
"version": "2.0.14",
"sha" : "",
"date" : "2014-08-01"
},
{
"platform": "debian64",
"type": "stable",
"url": "http://firmware.diydrones.com/Tools/APMPlanner/apm_planner_2.0.14_debian64.deb",
"name" : "apm_planner_2.0.14_debian64.deb",
"version": "2.0.14",
"sha" : "",
"date" : "2014-08-01"
},
{
"platform": "ubuntu",
"type": "stable",
"url": "http://firmware.diydrones.com/Tools/APMPlanner/apm_planner_2.0.14_ubuntu.deb",
"name" : "apm_planner_2.0.14_ubuntu.deb",
"version": "2.0.14",
"sha" : "",
"date" : "2014-08-01"
},
{
"platform": "ubuntu64",
"type": "stable",
"url": "http://firmware.diydrones.com/Tools/APMPlanner/apm_planner_2.0.14_ubuntu64.deb",
"name" : "apm_planner_2.0.14_ubuntu64.deb",
"version": "2.0.14",
"sha" : "",
"date" : "2014-08-01"
},
{
"platform": "ubuntu_trusty",
"type": "stable",
"url": "http://firmware.diydrones.com/Tools/APMPlanner/apm_planner_2.0.15_ubuntu_trusty.deb",
"name" : "apm_planner_2.0.15_ubuntu_trusty.deb",
"version": "2.0.15",
"sha" : "",
"date" : "2014-11-18"
},
{
"platform": "ubuntu_trusty64",
"type": "stable",
"url": "http://firmware.diydrones.com/Tools/APMPlanner/apm_planner_2.0.15_ubuntu_trusty64.deb",
"name" : "apm_planner_2.0.15_ubuntu_trusty64.deb",
"version": "2.0.15",
"sha" : "",
"date" : "2014-11-18"
},
{
"platform": "osx",
"type": "beta",
"url": "http://firmware.diydrones.com/Tools/APMPlanner/beta/apm_planner_2.0.16-rc2_osx.dmg",
"name" : "apm_planner_2.0.16-rc2_osx.dmg",
"version" : "2.0.16-rc2",
"sha" : "",
"date" : "2015-01-23"
},
{
"platform": "win",
"type": "beta",
"url": "http://firmware.diydrones.com/Tools/APMPlanner/beta/apm_planner_2.0.16-rc2_win.exe",
"name" : "apm_planner_2.0.16-rc2_win.exe",
"version": "2.0.16-rc2",
"sha" : "",
"date" : "2015-01-23"
},
{
"platform": "ubuntu_trusty",
"type": "beta",
"url": "http://firmware.diydrones.com/Tools/APMPlanner/beta/apm_planner_2.0.16-rc2_ubuntu_trusty.deb",
"name" : "apm_planner_2.0.16-rc2_ubuntu_trusty.deb",
"version": "2.0.16-rc2",
"sha" : "",
"date" : "2015-01-23"
},
{
"platform": "ubuntu_trusty64",
"type": "beta",
"url": "http://firmware.diydrones.com/Tools/APMPlanner/beta/apm_planner_2.0.16-rc2_ubuntu_trusty64.deb",
"name" : "apm_planner_2.0.16-rc2_ubuntu_trusty64.deb",
"version": "2.0.16-rc2",
"sha" : "",
"date" : "2015-01-23"
}
]
}