diff --git a/Karbonite/Karbonite-0.4.4.ckan b/Karbonite/Karbonite-0.4.4.ckan index 2ee49e839c..b53a4939f0 100644 --- a/Karbonite/Karbonite-0.4.4.ckan +++ b/Karbonite/Karbonite-0.4.4.ckan @@ -1,50 +1,55 @@ { - "spec_version": 1, - "name": "Karbonite", - "identifier": "Karbonite", - "author": "RoverDude", - "abstract": "A newly discovered mineral that has hydrocarbon-like properties and is perfect for processing into a fuel. It's easily mined from the surface, and can be found in liquid or gaseous forms on certain planets.", - "license": "CC-BY-NC-SA", - "release_status": "stable", - "ksp_version": "0.25", - "resources": { - "homepage": "http://forum.kerbalspaceprogram.com/threads/87335", - "repository": "https://github.com/BobPalmer/Karbonite" - }, - "depends": [ - { - "name": "USITools" + "spec_version": 1, + "comment": "This may be renamed to USI-Karbonite in the future", + "identifier": "Karbonite", + "name": "Karbonite", + "abstract": "A newly discovered mineral that has hydrocarbon-like properties and is perfect for processing into a fuel. It's easily mined from the surface, and can be found in liquid or gaseous forms on certain planets.", + "author": "RoverDude", + "license": "CC-BY-NC-SA", + "release_status": "stable", + "resources": { + "homepage": "http://forum.kerbalspaceprogram.com/threads/87335", + "repository": "https://github.com/BobPalmer/Karbonite" }, - { - "name": "CommunityResourcePack" + "version": "0.4.4", + "ksp_version": "0.25", + "provides": [ + "USI-Karbonite" + ], + "depends": [ + { + "name": "USITools" + }, + { + "name": "CommunityResourcePack" + }, + { + "name": "FirespitterCore" + }, + { + "name": "ORSX" + }, + { + "name": "ModuleManager" + } + ], + "suggests": [ + { + "name": "TextureReplacer" + } + ], + "install": [ + { + "file": "GameData/UmbraSpaceIndustries", + "install_to": "GameData" + } + ], + "download": "https://github.com/BobPalmer/Karbonite/releases/download/0.4.4/Karbonite_0.4.4.zip", + "download_size": 39015866, + "download_hash": { + "sha1": "BA893BD9135251EE445D913F148E33CA3F7C7873", + "sha256": "65B896CE783F31287BBD552155BEB58D1FB4600096B8BE584404653F3F9F9E22" }, - { - "name": "FirespitterCore" - }, - { - "name": "ORSX" - }, - { - "name": "ModuleManager" - } - ], - "suggests": [ - { - "name": "TextureReplacer" - } - ], - "comment": "This may be renamed to USI-Karbonite in the future", - "provides": [ - "USI-Karbonite" - ], - "install": [ - { - "file": "GameData/UmbraSpaceIndustries", - "install_to": "GameData" - } - ], - "version": "0.4.4", - "download": "https://github.com/BobPalmer/Karbonite/releases/download/0.4.4/Karbonite_0.4.4.zip", - "x_generated_by": "netkan", - "download_size": 39015866 -} \ No newline at end of file + "download_content_type": "application/zip", + "x_generated_by": "netkan" +}