diff --git a/RP-0/RP-0-v0.14.ckan b/RP-0/RP-0-v0.14.ckan index 23d09ace45..986347aec5 100644 --- a/RP-0/RP-0-v0.14.ckan +++ b/RP-0/RP-0-v0.14.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.14", + "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.14/RP-0-v0.14.zip", + "download_size": 41407, + "download_hash": { + "sha1": "B108DA43791BA80523F6A8CFE9E7A64E8A98A029", + "sha256": "B861E2E2ECB87BD0E96AF4DFC0F6DDCB99AD1A33B5C7997374026F83A81621F9" }, - { - "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.14", - "download": "https://github.com/KSP-RO/RP-0/releases/download/v0.14/RP-0-v0.14.zip", - "x_generated_by": "netkan", - "download_size": 41407, - "ksp_version": "0.90" -} \ No newline at end of file + "download_content_type": "application/zip", + "x_generated_by": "netkan" +}