From 5e86f2439be86174e9f4d6417e4d1a5d1919764d Mon Sep 17 00:00:00 2001 From: Michele Date: Sun, 21 Dec 2014 22:44:34 +0100 Subject: [PATCH] Adds Module Manager 2.5.6 2.5.5 is broken and should be skipped. --- ModuleManager-2.5.6.ckan | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 ModuleManager-2.5.6.ckan diff --git a/ModuleManager-2.5.6.ckan b/ModuleManager-2.5.6.ckan new file mode 100644 index 0000000000..7d2d6564a5 --- /dev/null +++ b/ModuleManager-2.5.6.ckan @@ -0,0 +1,22 @@ +{ + "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.6.zip", + "license" : "CC-BY-SA", + "author" : [ "ialdabaoth", "Sarbian" ], + "version" : "2.5.6", + "release_status" : "stable", + "ksp_version" : "0.90", + "resources" : { + "homepage" : "http://forum.kerbalspaceprogram.com/threads/55219", + "repository" : "https://github.com/sarbian/ModuleManager" + }, + "install" : [ + { + "file" : "ModuleManager.2.5.6.dll", + "install_to" : "GameData" + } + ] +}