From 787e1980f97ed1e4b86dc09cdb5519be8485ec07 Mon Sep 17 00:00:00 2001 From: Arne Peirs Date: Wed, 5 Oct 2016 23:20:13 +0200 Subject: [PATCH] Add new MM Add 2.7 so it installs the correct version for 1.2 --- ModuleManager/ModuleManager-2.6.25.ckan | 4 +-- ModuleManager/ModuleManager-2.7.0.ckan | 34 +++++++++++++++++++++++++ 2 files changed, 36 insertions(+), 2 deletions(-) create mode 100644 ModuleManager/ModuleManager-2.7.0.ckan diff --git a/ModuleManager/ModuleManager-2.6.25.ckan b/ModuleManager/ModuleManager-2.6.25.ckan index 7d56bbcfa9..5a9551993a 100644 --- a/ModuleManager/ModuleManager-2.6.25.ckan +++ b/ModuleManager/ModuleManager-2.6.25.ckan @@ -14,8 +14,8 @@ "ci": "https://ksp.sarbian.com/jenkins/job/ModuleManager/" }, "version": "2.6.25", - "ksp_version_min": "1.2.0", - "ksp_version_max": "1.2.99", + "ksp_version_min": "1.1.2", + "ksp_version_max": "1.1.99", "install": [ { "find_regexp": "ModuleManager.*\\.dll$", diff --git a/ModuleManager/ModuleManager-2.7.0.ckan b/ModuleManager/ModuleManager-2.7.0.ckan new file mode 100644 index 0000000000..9a12043d08 --- /dev/null +++ b/ModuleManager/ModuleManager-2.7.0.ckan @@ -0,0 +1,34 @@ +{ + "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.7.0", + "ksp_version_min": "1.2.0", + "ksp_version_max": "1.2.99", + "install": [ + { + "find_regexp": "ModuleManager.*\\.dll$", + "find_matches_files": true, + "install_to": "GameData" + } + ], + "download": "https://ksp.sarbian.com/jenkins/job/ModuleManager/117/artifact/ModuleManager-2.7.0.zip", + "download_size": 35488, + "download_hash": { + "sha1": "3F29DC8BEF5DD9133C754E2089C0F2177EA78304", + "sha256": "04636A26617569EABDAF06D9A59265A30117AFCBE8D49FD15C7F69149432A86F" + }, + "download_content_type": "application/zip", + "x_generated_by": "netkan" +}