From 0ddcceeee53f85f70799be636e164188e083bd11 Mon Sep 17 00:00:00 2001 From: Juan Orti Alcaine Date: Sun, 3 May 2015 12:34:28 +0200 Subject: [PATCH 1/2] MechJebForAll version 1.2.0.0 --- MechJebForAll/MechJebForAll-1.2.0.0.ckan | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 MechJebForAll/MechJebForAll-1.2.0.0.ckan diff --git a/MechJebForAll/MechJebForAll-1.2.0.0.ckan b/MechJebForAll/MechJebForAll-1.2.0.0.ckan new file mode 100644 index 0000000000..a471cb199f --- /dev/null +++ b/MechJebForAll/MechJebForAll-1.2.0.0.ckan @@ -0,0 +1,18 @@ +{ +"spec_version": 1, +"identifier" : "MechJebForAll", +"name" : "MechJeb and Engineer for all!", +"author" : [ "nadseh" ], +"version" : "1.2.0.0", +"abstract" : "Automatically includes a MechJeb computer, Flight Engineer and Build Engineer on any craft that includes a probe core or a command module.", +"ksp_version" : "1.0", +"license" : "GPL-3.0", +"download": "http://addons.curse.cursecdn.com/files/2225/270/MechJebAndEngineerForAll-v1.2.0.0.zip", +"depends": [ +{ "name": "MechJeb2" }, +{ "name": "ModuleManager" }, +{ "name": "KerbalEngineerRedux" }], +"install": [ {"file": "MechJebAndEngineerForAll.cfg", + "install_to": "GameData" } +] +} From af4da679b3a951133e65736e733dac329766ece6 Mon Sep 17 00:00:00 2001 From: Juan Orti Alcaine Date: Sun, 3 May 2015 13:20:01 +0200 Subject: [PATCH 2/2] Fix download URL for MechJebAndEngineerForAll-v1.2.0.0.zip --- MechJebForAll/MechJebForAll-1.2.0.0.ckan | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MechJebForAll/MechJebForAll-1.2.0.0.ckan b/MechJebForAll/MechJebForAll-1.2.0.0.ckan index a471cb199f..7d9a34d549 100644 --- a/MechJebForAll/MechJebForAll-1.2.0.0.ckan +++ b/MechJebForAll/MechJebForAll-1.2.0.0.ckan @@ -7,7 +7,7 @@ "abstract" : "Automatically includes a MechJeb computer, Flight Engineer and Build Engineer on any craft that includes a probe core or a command module.", "ksp_version" : "1.0", "license" : "GPL-3.0", -"download": "http://addons.curse.cursecdn.com/files/2225/270/MechJebAndEngineerForAll-v1.2.0.0.zip", +"download": "http://addons-origin.cursecdn.com/files/2235/984/MechJebAndEngineerForAll-v1.2.0.0.zip", "depends": [ { "name": "MechJeb2" }, { "name": "ModuleManager" },