From ea93b4b465280986e9b7847ac457a6dbb0146dc8 Mon Sep 17 00:00:00 2001 From: NathanKell Date: Fri, 31 Jul 2015 18:59:52 -0400 Subject: [PATCH] Do the same thing for RSS @pjf it looks like netkan now pulls from .version in preference to the github tag. That will probably break updates for a lot more mods than just RO/RSS, if the tag didn't match (and comes later than by CKAN sorting) the pure .version version --- RealSolarSystem/RealSolarSystem-v10.1.ckan | 49 ---------------------- 1 file changed, 49 deletions(-) delete mode 100644 RealSolarSystem/RealSolarSystem-v10.1.ckan diff --git a/RealSolarSystem/RealSolarSystem-v10.1.ckan b/RealSolarSystem/RealSolarSystem-v10.1.ckan deleted file mode 100644 index 4e383cf913..0000000000 --- a/RealSolarSystem/RealSolarSystem-v10.1.ckan +++ /dev/null @@ -1,49 +0,0 @@ -{ - "spec_version": "v1.4", - "name": "Real Solar System", - "identifier": "RealSolarSystem", - "abstract": "Resizes and rearranges the Kerbal system to more closely resemble the Solar System", - "license": "CC-BY-NC-SA", - "release_status": "stable", - "depends": [ - { - "name": "Kopernicus" - }, - { - "name": "RSSTextures" - } - ], - "recommends": [ - { - "name": "RealismOverhaul" - }, - { - "name": "Toolbar" - } - ], - "suggests": [ - { - "name": "RemoteTech-Config-RSS" - } - ], - "resources": { - "homepage": "http://forum.kerbalspaceprogram.com/threads/55145", - "repository": "https://github.com/KSP-RO/RealSolarSystem" - }, - "install": [ - { - "find": "RealSolarSystem", - "install_to": "GameData" - }, - { - "find": "Cache", - "install_to": "GameData/Kopernicus" - } - ], - "author": "NathanKell", - "version": "v10.1", - "download": "https://github.com/KSP-RO/RealSolarSystem/releases/download/v10.1/RealSolarSystem_v10.1.zip", - "x_generated_by": "netkan", - "download_size": 9521527, - "ksp_version": "1.0.4" -}