From 8e7a29fd804db4688cf64d34b45ede16e4e6ac62 Mon Sep 17 00:00:00 2001 From: Matthew Heguy Date: Tue, 28 Jul 2015 14:36:51 -0400 Subject: [PATCH] Add 5.2.1 and 5.2.2 of EPL --- .../Extraplanetary-Launchpads-5.2.1.ckan | 35 +++++++++++++++++++ .../Extraplanetary-Launchpads-5.2.2.ckan | 35 +++++++++++++++++++ 2 files changed, 70 insertions(+) create mode 100644 ExtraPlanetaryLaunchpads/Extraplanetary-Launchpads-5.2.1.ckan create mode 100644 ExtraPlanetaryLaunchpads/Extraplanetary-Launchpads-5.2.2.ckan diff --git a/ExtraPlanetaryLaunchpads/Extraplanetary-Launchpads-5.2.1.ckan b/ExtraPlanetaryLaunchpads/Extraplanetary-Launchpads-5.2.1.ckan new file mode 100644 index 0000000000..1475b6848b --- /dev/null +++ b/ExtraPlanetaryLaunchpads/Extraplanetary-Launchpads-5.2.1.ckan @@ -0,0 +1,35 @@ +{ + "spec_version" : 1, + "name" : "Extraplanetary Launchpads", + "abstract" : "Adds the ability to build crafts in flight mode to your game.", + "identifier" : "ExtraPlanetaryLaunchpads", + "download" : "http://taniwha.org/~bill/Extraplanetary_Launchpads_v5.2.1.zip", + "version" : "5.2.1", + "author" : "taniwha", + "license" : "GPL-3.0", + "release_status" : "stable", + "ksp_version_min" : "1.0.2", + "ksp_version_max" : "1.0.4", + "resources" : { + "homepage" : "http://forum.kerbalspaceprogram.com/threads/59545", + "repository" : "https://github.com/taniwha-qf/Extraplanetary-Launchpads" + }, + "depends" : [ + {"name" : "ModuleManager"} + ], + "recommends" : [ + {"name" : "KIS"}, + {"name" : "KAS"}, + {"name" : "InfernalRobotics"}, + {"name" : "KerbalStats"}, + {"name" : "Kethane"}, + {"name" : "Toolbar"} + ], + "install" : [ + { + "file" : "ExtraplanetaryLaunchpads", + "install_to" : "GameData", + "filter" : "Ships" + } + ] +} diff --git a/ExtraPlanetaryLaunchpads/Extraplanetary-Launchpads-5.2.2.ckan b/ExtraPlanetaryLaunchpads/Extraplanetary-Launchpads-5.2.2.ckan new file mode 100644 index 0000000000..2bacdd3da7 --- /dev/null +++ b/ExtraPlanetaryLaunchpads/Extraplanetary-Launchpads-5.2.2.ckan @@ -0,0 +1,35 @@ +{ + "spec_version" : 1, + "name" : "Extraplanetary Launchpads", + "abstract" : "Adds the ability to build crafts in flight mode to your game.", + "identifier" : "ExtraPlanetaryLaunchpads", + "download" : "http://taniwha.org/~bill/Extraplanetary_Launchpads_v5.2.2.zip", + "version" : "5.2.2", + "author" : "taniwha", + "license" : "GPL-3.0", + "release_status" : "stable", + "ksp_version_min" : "1.0.2", + "ksp_version_max" : "1.0.4", + "resources" : { + "homepage" : "http://forum.kerbalspaceprogram.com/threads/59545", + "repository" : "https://github.com/taniwha-qf/Extraplanetary-Launchpads" + }, + "depends" : [ + {"name" : "ModuleManager"} + ], + "recommends" : [ + {"name" : "KIS"}, + {"name" : "KAS"}, + {"name" : "InfernalRobotics"}, + {"name" : "KerbalStats"}, + {"name" : "Kethane"}, + {"name" : "Toolbar"} + ], + "install" : [ + { + "file" : "ExtraplanetaryLaunchpads", + "install_to" : "GameData", + "filter" : "Ships" + } + ] +}