From 287299f5e966a7bd2b339c640ec178871a02c8e7 Mon Sep 17 00:00:00 2001 From: Michele Date: Mon, 8 Dec 2014 00:21:34 +0100 Subject: [PATCH] Adds Module Manager 2.5.2 and 2.5.3 --- ModuleManager-2.5.2.ckan | 18 ++++++++++++++++++ ModuleManager-2.5.3.ckan | 18 ++++++++++++++++++ 2 files changed, 36 insertions(+) create mode 100644 ModuleManager-2.5.2.ckan create mode 100644 ModuleManager-2.5.3.ckan diff --git a/ModuleManager-2.5.2.ckan b/ModuleManager-2.5.2.ckan new file mode 100644 index 0000000000..70dc542b84 --- /dev/null +++ b/ModuleManager-2.5.2.ckan @@ -0,0 +1,18 @@ +{ + "spec_version" : 1, + "name" : "Module Manager", + "identifier" : "ModuleManager", + "abstract" : "Modify KSP configs without conflict", + "download" : "https://ksp.sarbian.com/jenkins/job/ModuleManager/lastSuccessfulBuild/artifact/ModuleManager-2.5.2.zip", + "license" : "CC-BY-SA", + "author" : [ "ialdabaoth", "Sarbian" ], + "version" : "2.5.2", + "release_status" : "stable", + "ksp_version" : "0.25", + "install" : [ + { + "file" : "ModuleManager.2.5.2.dll", + "install_to" : "GameData" + } + ] +} diff --git a/ModuleManager-2.5.3.ckan b/ModuleManager-2.5.3.ckan new file mode 100644 index 0000000000..4fbff5cd4b --- /dev/null +++ b/ModuleManager-2.5.3.ckan @@ -0,0 +1,18 @@ +{ + "spec_version" : 1, + "name" : "Module Manager", + "identifier" : "ModuleManager", + "abstract" : "Modify KSP configs without conflict", + "download" : "https://ksp.sarbian.com/jenkins/job/ModuleManager/lastSuccessfulBuild/artifact/ModuleManager-2.5.3.zip", + "license" : "CC-BY-SA", + "author" : [ "ialdabaoth", "Sarbian" ], + "version" : "2.5.3", + "release_status" : "stable", + "ksp_version" : "0.25", + "install" : [ + { + "file" : "ModuleManager.2.5.3.dll", + "install_to" : "GameData" + } + ] +}