forked from ArduPilot/apm_planner
-
Notifications
You must be signed in to change notification settings - Fork 0
/
apm_planner_version.json
60 lines (60 loc) · 2.24 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
{
"version": "1.0",
"encoding": "UTF-8",
"releases": [
{
"platform": "osx",
"type": "stable",
"url": "http://firmware.diydrones.com/Tools/APMPlanner/apm_planner2_latest_osx.dmg",
"name" : "apm_planner2_latest_osx.dmg",
"version" : "2.0.9",
"sha" : "2134e52c0a806c07f8520fb035f39c71e42850c7",
"date" : "2014-04-25"
},
{
"platform": "win",
"type": "stable",
"url": "http://firmware.diydrones.com/Tools/APMPlanner/apm_planner2_latest_win.exe",
"name" : "apm_planner2_latest_win.exe",
"version": "2.0.9",
"sha" : "2134e52c0a806c07f8520fb035f39c71e42850c7",
"date" : "2014-04-25"
},
{
"platform": "debian",
"type": "stable",
"url": "http://firmware.diydrones.com/Tools/APMPlanner/apm_planner2_latest_debian.deb",
"name" : "apm_planner2_latest_debian.deb",
"version": "2.0.9",
"sha" : "2134e52c0a806c07f8520fb035f39c71e42850c7",
"date" : "2014-04-25"
},
{
"platform": "debian64",
"type": "stable",
"url": "http://firmware.diydrones.com/Tools/APMPlanner/apm_planner2_latest_debian64.deb",
"name" : "apm_planner2_latest_debian64.deb",
"version": "2.0.9",
"sha" : "2134e52c0a806c07f8520fb035f39c71e42850c7",
"date" : "2014-04-25"
},
{
"platform": "ubuntu",
"type": "stable",
"url": "http://firmware.diydrones.com/Tools/APMPlanner/apm_planner2_latest_ubuntu.deb",
"name" : "apm_planner2_latest_ubuntu.deb",
"version": "2.0.9",
"sha" : "2134e52c0a806c07f8520fb035f39c71e42850c7",
"date" : "2014-04-25"
},
{
"platform": "ubuntu64",
"type": "stable",
"url": "http://firmware.diydrones.com/Tools/APMPlanner/apm_planner2_latest_ubuntu64.deb",
"name" : "apm_planner2_latest_ubuntu64.deb",
"version": "2.0.9",
"sha" : "2134e52c0a806c07f8520fb035f39c71e42850c7",
"date" : "2014-04-25"
}
]
}