From add349f09f0cd04908545641ba8f63fa5843431e Mon Sep 17 00:00:00 2001 From: ihsoft Date: Sat, 14 May 2016 14:54:24 -0700 Subject: [PATCH] SurfaceLights 1.2.3 release (#1157) * KIS/KAS versions for KSP 1.1 * Fix KSP version spelling * SurfaceLights 1.2.3 * Fix typo --- surfacelights/surfacelights-1.2.3.ckan | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 surfacelights/surfacelights-1.2.3.ckan diff --git a/surfacelights/surfacelights-1.2.3.ckan b/surfacelights/surfacelights-1.2.3.ckan new file mode 100644 index 0000000000..73e8ff73e1 --- /dev/null +++ b/surfacelights/surfacelights-1.2.3.ckan @@ -0,0 +1,21 @@ +{ + "spec_version": 1, + "comment": "We ended up double-indexing this mod, which is why this conflicts with SurfaceMountedLights (which is now deprecated", + "identifier": "surfacelights", + "name": "Surface Mounted Lights", + "abstract": "Small stock-alike lights that sit flush for lighting up your stations and ships.", + "resources": { + "homepage": "http://forum.kerbalspaceprogram.com/index.php?/topic/139724-112-surface-mounted-stock-alike-lights-for-self-illumination-v123-051316/", + "repository": "https://github.com/ihsoft/SurfaceLights" + }, + "author": ["Why485", "IgorZ"], + "version": "1.2.3", + "ksp_version": "1.1.2", + "conflicts": [ + { + "name": "SurfaceMountedLights" + } + ], + "download": "http://kerbal.curseforge.com/projects/surface-mounted-stock-alike-lights-for-self/files/2299919/download", + "license": "CC-BY-NC-ND-3.0" +}