forked from ArduPilot/apm_planner
-
Notifications
You must be signed in to change notification settings - Fork 0
/
apm_planner_version.json
78 lines (78 loc) · 2.73 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
{
"version": "1.0",
"encoding": "UTF-8",
"releases": [
{
"platform": "osx",
"type": "stable",
"url": "http://firmware.diydrones.com/Tools/APMPlanner/apm_planner_2.0.20_osx.dmg",
"name" : "apm_planner_2.0.20_osx.dmg",
"version" : "2.0.20",
"sha" : "",
"date" : "2016-03-17"
},
{
"platform": "win",
"type": "stable",
"url": "http://firmware.diydrones.com/Tools/APMPlanner/apm_planner_2.0.20_win.exe",
"name" : "apm_planner_2.0.20_win.exe",
"version": "2.0.20",
"sha" : "",
"date" : "2015-03-17"
},
{
"platform": "ubuntu_trusty",
"type": "stable",
"url": "http://firmware.diydrones.com/Tools/APMPlanner/apm_planner_2.0.18_ubuntu_trusty.deb",
"name" : "apm_planner_2.0.18_ubuntu_trusty.deb",
"version": "2.0.18",
"sha" : "",
"date" : "2015-07-25"
},
{
"platform": "ubuntu_trusty64",
"type": "stable",
"url": "http://firmware.diydrones.com/Tools/APMPlanner/apm_planner_2.0.18_ubuntu_trusty64.deb",
"name" : "``git_ubuntu_trusty64.deb",
"version": "2.0.18",
"sha" : "",
"date" : "2015-07-25"
},
{
"platform": "osx",
"type": "beta",
"url": "http://firmware.diydrones.com/Tools/APMPlanner/beta/apm_planner_2.0.20_osx.dmg",
"name" : "apm_planner_2.0.20_osx.dmg",
"version" : "2.0.20",
"sha" : "",
"date" : "2016-03-17"
},
{
"platform": "win",
"type": "beta",
"url": "http://firmware.diydrones.com/Tools/APMPlanner/beta/apm_planner_2.0.19-rc4_win.exe",
"name" : "apm_planner_2.0.20_win.exe",
"version": "2.0.20",
"sha" : "",
"date" : "2016-03-17"
},
{
"platform": "ubuntu_trusty",
"type": "beta",
"url": "http://firmware.diydrones.com/Tools/APMPlanner/beta/apm_planner_2.0.19-rc4_ubuntu_trusty.deb",
"name" : "apm_planner_2.0.19-rc4_ubuntu_trusty.deb",
"version": "2.0.19-rc4",
"sha" : "",
"date" : "2015-10-20"
},
{
"platform": "ubuntu_trusty64",
"type": "beta",
"url": "http://firmware.diydrones.com/Tools/APMPlanner/beta/apm_planner_2.0.19-rc4_ubuntu_trusty64.deb",
"name" : "apm_planner_2.0.19-rc4_ubuntu_trusty64.deb",
"version": "2.0.19-rc4",
"sha" : "",
"date" : "2015-10-20"
}
]
}