diff --git a/RealSolarSystem-8.0.ckan b/RealSolarSystem-8.0.ckan new file mode 100644 index 0000000000..dc4da24818 --- /dev/null +++ b/RealSolarSystem-8.0.ckan @@ -0,0 +1,43 @@ +{ + "spec_version" : 1, + "name" : "Real Solar System", + "identifier" : "RealSolarSystem", + "abstract" : "Resizes and rearranges the Kerbal system to more closely resemble the Solar System", + "download" : "https://github.com/NathanKell/RealSolarSystem/releases/download/v8.0/RealSolarSystem_v8.0.zip", + "license" : "CC-BY-NC-SA", + "version" : "8.0", + "release_status" : "stable", + "min_ksp" : "0.25.0", + "max_ksp" : "0.25.9", + "depends" : [ + { "name" : "RealSolarSystemTextures" }, + { "name" : "ModuleManager", "min_version" : "2.5.0" } + ], + "recommends" : [ + { "name" : "RealismOverhaul" }, + { "name" : "Toolbar" } + ], + "resources" : { + "homepage" : "http://forum.kerbalspaceprogram.com/threads/55145", + "github" : { + "url" : "https://github.com/NathanKell/RealSolarSystem", + "releases" : true + } + }, + "install" : [ + { + "file" : "RealSolarSystem", + "install_to" : "GameData" + } + ], + "bundles" : [ + { + "file" : "CustomBiomes", + "identifier" : "CustomBiomes", + "version" : "1.6.6", + "install_to" : "GameData", + "license" : "CC-BY-NC-SA", + "required" : false + } + ] +} diff --git a/RealSolarSystem.ckan b/RealSolarSystem.ckan deleted file mode 100644 index 6fc07a1bd8..0000000000 --- a/RealSolarSystem.ckan +++ /dev/null @@ -1,49 +0,0 @@ -{ - "spec_version": 1, - "name" : "Real Solar System", - "identifier" : "RealSolarSystem", - "abstract" : "Resizes and rearranges the Kerbal system to more closely resemble he Solar System", - "download" : "https://github.com/NathanKell/RealSolarSystem/releases/download/v7.3/RealSolarSystem_v7.3.zip", - "license" : "CC-BY-NC-SA", - "version" : "7.3", - "release_status" : "stable", - "min_ksp" : "0.24.2", - "max_ksp" : "0.24.2", - "depends" : [ - { "name" : "RealSolarSystemTextures" } - ], - "recommends" : [ - { "name" : "RealismOverhaul" } - ], - "resources" : { - "homepage" : "http://forum.kerbalspaceprogram.com/threads/55145", - "github" : { - "url" : "https://github.com/NathanKell/RealSolarSystem", - "releases" : true - } - }, - "install" : [ - { - "file" : "RealSolarSystem", - "install_to" : "GameData" - } - ], - "bundles" : [ - { - "file" : "ModuleManager.2.3.3.dll", - "identifier" : "ModuleManager", - "version" : "2.3.3", - "install_to" : "GameData", - "license" : "CC-BY-SA", - "required" : true - }, - { - "file" : "CustomBiomes", - "identifier" : "CustomBiomes", - "version" : "1.6.6", - "install_to" : "GameData", - "license" : "CC-BY-NC-SA", - "required" : false - } - ] -}