From a1b4eeef868dfa9de16fcb1e14475c9ddb41e136 Mon Sep 17 00:00:00 2001 From: Arne Peirs Date: Sun, 28 Feb 2016 21:48:22 +0100 Subject: [PATCH 1/3] Update Lack Luster Labs --- LLL/LLL-14.ckan | 31 ++++++++++++++++++------------- 1 file changed, 18 insertions(+), 13 deletions(-) diff --git a/LLL/LLL-14.ckan b/LLL/LLL-14.ckan index 18608dcfe5..29f4207dd8 100644 --- a/LLL/LLL-14.ckan +++ b/LLL/LLL-14.ckan @@ -1,17 +1,19 @@ { - "spec_version": "v1.2", + "spec_version": "v1.4", "identifier": "LLL", - "name": "LLL", - "abstract": "Boxes in space. What's not to love.", - "author": "Lack", + "name": "Lack Luster Labs", + "abstract": "Inspired by shows and movies like Space: 1999 and Moon; the parts are big, boxy and in space (providing you get them out the atmosphere. You might want something like Extraplanetary launchpads)", + "author": [ + "Lack", + "MrWizerd" + ], "license": "CC-BY-NC-SA-4.0", "resources": { - "homepage": "http://forum.kerbalspaceprogram.com/threads/102237-1-0-2-LLL-Lack-Luster-Labs-(Space-boxes!)-LLL-14-20JUN2014", - "kerbalstuff": "https://kerbalstuff.com/mod/954/LLL", - "x_screenshot": "https://kerbalstuff.com/content/Lack_4055/LLL/LLL-1435614197.5577142.png" + "homepage": "http://forum.kerbalspaceprogram.com/index.php?/topic/92203-/" }, "version": "14", - "ksp_version": "1.0.4", + "ksp_version_min": "1.0.4", + "ksp_version_max": "1.0.5", "depends": [ { "name": "ModuleManager" @@ -26,20 +28,23 @@ }, { "name": "CrewManifest" + }, + { + "name": "ExtraPlanetaryLaunchpads" } ], "install": [ { - "file": "GameData/LLL", + "find": "GameData/LLL", "install_to": "GameData" }, { - "file": "GameData/LLL-Extra", - "install_to": "GameData/LLL", + "find": "GameData/LLL-Extra", + "install_to": "GameData", "filter": "Parts" } ], - "download": "https://s3-us-west-2.amazonaws.com/ksp-ckan/C3E89178.zip", - "download_size": 13028822, + "download": "https://github.com/Signatum/LLL/archive/master.zip", + "download_size": 12627131, "x_generated_by": "netkan" } From d1d57069cac6ba7654e218cc5cb33a603eb9526e Mon Sep 17 00:00:00 2001 From: Arne Peirs Date: Sun, 28 Feb 2016 21:48:56 +0100 Subject: [PATCH 2/3] Update Lack Luster Labs Extras --- LLL-Extras/LLL-Extras-14.ckan | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/LLL-Extras/LLL-Extras-14.ckan b/LLL-Extras/LLL-Extras-14.ckan index 8c67f97ab3..0c240af2a4 100644 --- a/LLL-Extras/LLL-Extras-14.ckan +++ b/LLL-Extras/LLL-Extras-14.ckan @@ -1,17 +1,19 @@ { - "spec_version": "v1.2", + "spec_version": "v1.4", "identifier": "LLL-Extras", - "name": "LLL Extra Parts", - "abstract": "Boxes in space. What's not to love.", - "author": "Lack", + "name": "Lack Luster Labs Extra Parts", + "abstract": "Adds extra parts to Lack Luster Labs, and adds compatibility with TAC Life Support and Connected Living Space", + "author": [ + "Lack", + "MrWizerd" + ], "license": "CC-BY-NC-SA-4.0", "resources": { - "homepage": "http://forum.kerbalspaceprogram.com/threads/102237-1-0-2-LLL-Lack-Luster-Labs-(Space-boxes!)-LLL-14-20JUN2014", - "kerbalstuff": "https://kerbalstuff.com/mod/954/LLL", - "x_screenshot": "https://kerbalstuff.com/content/Lack_4055/LLL/LLL-1435614197.5577142.png" + "homepage": "http://forum.kerbalspaceprogram.com/index.php?/topic/92203-/" }, "version": "14", - "ksp_version": "1.0.4", + "ksp_version_min": "1.0.4", + "ksp_version_max": "1.0.5", "depends": [ { "name": "LLL" @@ -19,11 +21,11 @@ ], "install": [ { - "file": "GameData/LLL-Extra/Parts", + "find": "GameData/LLL-Extra/Parts", "install_to": "GameData/LLL-Extra" } ], - "download": "https://s3-us-west-2.amazonaws.com/ksp-ckan/C3E89178.zip", - "download_size": 13028822, + "download": "https://github.com/Signatum/LLL/archive/master.zip", + "download_size": 12627131, "x_generated_by": "netkan" } From 3edd9e53f3db69e750c2add185f2a9a38267cfad Mon Sep 17 00:00:00 2001 From: Arne Peirs Date: Sun, 28 Feb 2016 22:54:58 +0100 Subject: [PATCH 3/3] Revert back to the amazonaws DLs --- LLL-Extras/LLL-Extras-14.ckan | 2 +- LLL/LLL-14.ckan | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LLL-Extras/LLL-Extras-14.ckan b/LLL-Extras/LLL-Extras-14.ckan index 0c240af2a4..55eea9d6e6 100644 --- a/LLL-Extras/LLL-Extras-14.ckan +++ b/LLL-Extras/LLL-Extras-14.ckan @@ -25,7 +25,7 @@ "install_to": "GameData/LLL-Extra" } ], - "download": "https://github.com/Signatum/LLL/archive/master.zip", + "download": "https://s3-us-west-2.amazonaws.com/ksp-ckan/C3E89178.zip", "download_size": 12627131, "x_generated_by": "netkan" } diff --git a/LLL/LLL-14.ckan b/LLL/LLL-14.ckan index 29f4207dd8..ad4ed240d8 100644 --- a/LLL/LLL-14.ckan +++ b/LLL/LLL-14.ckan @@ -44,7 +44,7 @@ "filter": "Parts" } ], - "download": "https://github.com/Signatum/LLL/archive/master.zip", + "download": "https://s3-us-west-2.amazonaws.com/ksp-ckan/C3E89178.zip", "download_size": 12627131, "x_generated_by": "netkan" }