diff --git a/RP-0/RP-0-v0.16.ckan b/RP-0/RP-0-v0.16.ckan index e57d7ab245..420f82efac 100644 --- a/RP-0/RP-0-v0.16.ckan +++ b/RP-0/RP-0-v0.16.ckan @@ -1,63 +1,68 @@ { - "spec_version": 1, - "identifier": "RP-0", - "name": "Realistic Progression Zero", - "abstract": "Realistic Progression Zero - The lightweight Realism Overhaul tech tree", - "license": "CC-BY-4.0", - "author": "RP-0 Group", - "release_status": "development", - "depends": [ - { - "name": "ModuleManager" + "spec_version": 1, + "identifier": "RP-0", + "name": "Realistic Progression Zero", + "abstract": "Realistic Progression Zero - The lightweight Realism Overhaul tech tree", + "author": "RP-0 Group", + "license": "CC-BY-4.0", + "release_status": "development", + "resources": { + "repository": "https://github.com/KSP-RO/RP-0" }, - { - "name": "RealismOverhaul" + "version": "v0.16", + "ksp_version": "0.90", + "provides": [ + "FinePrint-Config" + ], + "depends": [ + { + "name": "ModuleManager" + }, + { + "name": "RealismOverhaul" + }, + { + "name": "SXT" + }, + { + "name": "ProceduralFairings" + }, + { + "name": "CommunityTechTree" + } + ], + "recommends": [ + { + "name": "ProceduralDynamics" + }, + { + "name": "TweakScale" + }, + { + "name": "ProceduralParts" + } + ], + "conflicts": [ + { + "name": "FinePrint-Config" + } + ], + "install": [ + { + "file": "GameData/RP-0", + "install_to": "GameData" + }, + { + "file": "GameData/FinePrint", + "install_to": "GameData" + } + ], + "download": "https://github.com/KSP-RO/RP-0/releases/download/v0.16/RP-0-v0.16.zip", + "download_size": 44124, + "download_hash": { + "sha1": "336C2900F2745152503F7AF06ED56404DBED71B1", + "sha256": "5C79B96023A316E9AB3DD8EAB6DFE33C450EB1AC006FDF2D8AB314957EB660D9" }, - { - "name": "SXT" - }, - { - "name": "ProceduralFairings" - }, - { - "name": "CommunityTechTree" - } - ], - "recommends": [ - { - "name": "ProceduralDynamics" - }, - { - "name": "TweakScale" - }, - { - "name": "ProceduralParts" - } - ], - "provides": [ - "FinePrint-Config" - ], - "conflicts": [ - { - "name": "FinePrint-Config" - } - ], - "install": [ - { - "file": "GameData/RP-0", - "install_to": "GameData" - }, - { - "file": "GameData/FinePrint", - "install_to": "GameData" - } - ], - "resources": { - "repository": "https://github.com/KSP-RO/RP-0" - }, - "version": "v0.16", - "download": "https://github.com/KSP-RO/RP-0/releases/download/v0.16/RP-0-v0.16.zip", - "x_generated_by": "netkan", - "download_size": 44124, - "ksp_version": "0.90" -} \ No newline at end of file + "download_content_type": "application/zip", + "x_generated_by": "netkan" +}