Skip to content

Commit

Permalink
mission-planner: Add version 1.3.82
Browse files Browse the repository at this point in the history
closes #13965
  • Loading branch information
jack-mil committed Sep 5, 2024
1 parent 4432dde commit a16a3ab
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions bucket/mission-planner.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"version": "1.3.82",
"description": "Mission Planner Ground Control Station for ArduPilot (C# .net)",
"homepage": "https://github.com/ArduPilot/MissionPlanner",
"license": "GPL-3.0-only",
"architecture": {
"64bit": {
"url": "https://github.com/ArduPilot/MissionPlanner/releases/download/MissionPlanner1.3.82/MissionPlanner-1.3.82.zip",
"hash": "e79e1f143c47328e23577cab3dd1a00d843a5de5be4d675520890640805dac24"
}
},
"bin": "MissionPlanner.exe",
"shortcuts": [
[
"MissionPlanner.exe",
"Mission Planner"
]
],
"checkver": {
"url": "https://github.com/ArduPilot/MissionPlanner/releases/latest",
"regex": "MissionPlanner([\\d.]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/ArduPilot/MissionPlanner/releases/download/MissionPlanner$version/MissionPlanner-$version.zip"
}
}
}
}

0 comments on commit a16a3ab

Please sign in to comment.