From ccd9089603b33d727ee23eeba20c4c7190ca6448 Mon Sep 17 00:00:00 2001 From: Matthew Date: Sat, 30 Apr 2016 10:50:21 -0400 Subject: [PATCH] Add ModuleManager-2.6.24.ckan (#1116) --- ModuleManager/ModuleManager-2.6.24.ckan | 29 +++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 ModuleManager/ModuleManager-2.6.24.ckan diff --git a/ModuleManager/ModuleManager-2.6.24.ckan b/ModuleManager/ModuleManager-2.6.24.ckan new file mode 100644 index 0000000000..0913fc2df6 --- /dev/null +++ b/ModuleManager/ModuleManager-2.6.24.ckan @@ -0,0 +1,29 @@ +{ + "spec_version": "v1.16", + "identifier": "ModuleManager", + "name": "Module Manager", + "abstract": "Modify KSP configs without conflict", + "author": [ + "ialdabaoth", + "Sarbian" + ], + "license": "CC-BY-SA", + "resources": { + "homepage": "http://forum.kerbalspaceprogram.com/threads/55219", + "repository": "https://github.com/sarbian/ModuleManager", + "ci": "https://ksp.sarbian.com/jenkins/job/ModuleManager/" + }, + "version": "2.6.24", + "ksp_version_min": "1.1.2", + "ksp_version_max": "1.1.99", + "install": [ + { + "find_regexp": "ModuleManager.*\\.dll$", + "find_matches_files": true, + "install_to": "GameData" + } + ], + "download": "https://ksp.sarbian.com/jenkins/job/ModuleManager/113/artifact/ModuleManager-2.6.24.zip", + "download_size": 29227, + "x_generated_by": "netkan" +}