From 2679c27dea952d7b5db5cae237f546c699a90e83 Mon Sep 17 00:00:00 2001 From: Paul Fenwick Date: Tue, 16 Dec 2014 14:45:40 +1100 Subject: [PATCH] Added ModuleManager 2.5.4 --- ModuleManager-2.5.4.ckan | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 ModuleManager-2.5.4.ckan diff --git a/ModuleManager-2.5.4.ckan b/ModuleManager-2.5.4.ckan new file mode 100644 index 0000000000..a1e1caec8c --- /dev/null +++ b/ModuleManager-2.5.4.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.4.zip", + "license" : "CC-BY-SA", + "author" : [ "ialdabaoth", "Sarbian" ], + "version" : "2.5.4", + "release_status" : "stable", + "ksp_version" : "0.90", + "install" : [ + { + "file" : "ModuleManager.2.5.4.dll", + "install_to" : "GameData" + } + ] +}