From f7afeb7d5860a0d2a3acc4501de5ef70709efe72 Mon Sep 17 00:00:00 2001
From: Willhelm Rendahl <willhelm@rendahl.org>
Date: Wed, 15 Apr 2015 18:24:28 +0200
Subject: [PATCH] Update Kopernicus to newest version

---
 ...opernicus-Config-Default-pre-alpha-06.ckan | 30 ++++++++++++++++
 Kopernicus/Kopernicus-pre-alpha-06.ckan       | 35 +++++++++++++++++++
 2 files changed, 65 insertions(+)
 create mode 100644 Kopernicus-Config-Default/Kopernicus-Config-Default-pre-alpha-06.ckan
 create mode 100644 Kopernicus/Kopernicus-pre-alpha-06.ckan

diff --git a/Kopernicus-Config-Default/Kopernicus-Config-Default-pre-alpha-06.ckan b/Kopernicus-Config-Default/Kopernicus-Config-Default-pre-alpha-06.ckan
new file mode 100644
index 0000000000..84bb55be52
--- /dev/null
+++ b/Kopernicus-Config-Default/Kopernicus-Config-Default-pre-alpha-06.ckan
@@ -0,0 +1,30 @@
+{
+    "spec_version": "v1.4",
+    "identifier": "Kopernicus-Config-Default",
+    "name": "Kopernicus default system configuration",
+    "abstract": "Kopernicus default system configuration",
+    "description": "Kopernicus default system configuration",
+    "release_status": "development",
+    "license": "LGPL-2.0",
+    "author": "BryceSchroeder",
+    "resources": {
+        "homepage": "http://forum.kerbalspaceprogram.com/threads/88168",
+        "repository": "http://github.com/BryceSchroeder/Kopernicus"
+    },
+    "provides": [
+        "Kopernicus-Config"
+    ],
+    "install": [
+        {
+            "find": "Kopernicus",
+            "install_to": "GameData",
+            "filter": [
+                "Kopernicus.dll"
+            ]
+        }
+    ],
+    "version": "pre-alpha-06",
+    "download": "https://github.com/BryceSchroeder/Kopernicus/releases/download/pre-alpha-06/Kopernicus.0.0.6.zip",
+    "x_generated_by": "netkan",
+    "download_size": 56884
+}
diff --git a/Kopernicus/Kopernicus-pre-alpha-06.ckan b/Kopernicus/Kopernicus-pre-alpha-06.ckan
new file mode 100644
index 0000000000..89df1664df
--- /dev/null
+++ b/Kopernicus/Kopernicus-pre-alpha-06.ckan
@@ -0,0 +1,35 @@
+{
+    "spec_version": "v1.4",
+    "identifier": "Kopernicus",
+    "name": "Kopernicus Planetary System Modifier",
+    "abstract": "Kopernicus Planetary System Modifier",
+    "description": "Kopernicus Planetary System Modifier",
+    "release_status": "development",
+    "license": "LGPL-2.0",
+    "author": "BryceSchroeder",
+    "resources": {
+        "homepage": "http://forum.kerbalspaceprogram.com/threads/88168",
+        "repository": "http://github.com/BryceSchroeder/Kopernicus"
+    },
+    "depends": [
+        {
+            "name": "Kopernicus-Config"
+        },
+		{
+			"name": "ModuleManager"
+		}
+    ],
+    "install": [
+        {
+            "find": "Kopernicus",
+            "install_to": "GameData",
+            "filter": [
+                "System.cfg"
+            ]
+        }
+    ],
+    "version": "pre-alpha-06",
+    "download": "https://github.com/BryceSchroeder/Kopernicus/releases/download/pre-alpha-06/Kopernicus.0.0.6.zip",
+    "x_generated_by": "netkan",
+    "download_size": 56884
+}