Merge branch 'master' of github.com:KSP-CKAN/CKAN-meta

This commit is contained in:
NetKAN inflator Robot 2016-05-03 00:27:12 +00:00
commit 840509732a
5 changed files with 11 additions and 9 deletions

View File

@ -10,7 +10,8 @@
"repository": "https://github.com/DMagic1/KSP_Contract_Parser" "repository": "https://github.com/DMagic1/KSP_Contract_Parser"
}, },
"version": "3.0", "version": "3.0",
"ksp_version": "1.1.0", "ksp_version_min": "1.1.2",
"ksp_version_max": "1.1.99",
"install": [ "install": [
{ {
"file": "GameData/DMagicUtilities/ContractParser", "file": "GameData/DMagicUtilities/ContractParser",

View File

@ -15,23 +15,23 @@
"depends": [ "depends": [
{ {
"name": "CommunityResourcePack", "name": "CommunityResourcePack",
"min_version": "0.5" "min_version": "0.5.1.1"
}, },
{ {
"name": "Toolbar", "name": "Toolbar",
"min_version": "1.7.11" "min_version": "1.7.12"
}, },
{ {
"name": "InterstellarFuelSwitch", "name": "InterstellarFuelSwitch",
"min_version": "1.28" "min_version": "1.29"
}, },
{ {
"name": "TweakScale", "name": "TweakScale",
"min_version": "2.2.7.2" "min_version": "2.2.9"
}, },
{ {
"name": "ModuleManager", "name": "ModuleManager",
"min_version": "2.6.22" "min_version": "2.6.24"
} }
], ],
"recommends": [ "recommends": [

View File

@ -40,7 +40,7 @@
"install": [ "install": [
{ {
"find": "ASET/MK1-2_InternalsASET", "find": "ASET/MK1-2_InternalsASET",
"install_to": "GameData" "install_to": "GameData/ASET"
} }
], ],
"download": "https://spacedock.info/mod/599/Chaka%20Monkey%20Exploration%20Systems/download/1.1_BETA", "download": "https://spacedock.info/mod/599/Chaka%20Monkey%20Exploration%20Systems/download/1.1_BETA",

View File

@ -10,7 +10,8 @@
"repository": "https://github.com/DMagic1/KSP_Progress_Parser" "repository": "https://github.com/DMagic1/KSP_Progress_Parser"
}, },
"version": "4.0", "version": "4.0",
"ksp_version": "1.1.0", "ksp_version_min": "1.1.2",
"ksp_version_max": "1.1.99",
"install": [ "install": [
{ {
"file": "GameData/DMagicUtilities/ProgressParser", "file": "GameData/DMagicUtilities/ProgressParser",

View File

@ -2,7 +2,7 @@
"spec_version": "v1.4", "spec_version": "v1.4",
"comment": "Ships installed again", "comment": "Ships installed again",
"identifier": "RN-SovietSpacecraft", "identifier": "RN-SovietSpacecraft",
"name": "Salyut Stations - Soyuz, Progress, Vostok/Voskhod, TKS/VA", "name": "Soviet Spacecraft - Soyuz, Progress, Vostok/Voskhod, TKS/VA",
"abstract": "Soviet spacecraft pack that contains Soyuz 7K-T, 7K-OKA, 7K-OKP 7K-T-AF and Progress 7K-TG, and Vostok/Voskhod spacecraft, and TKS/VA", "abstract": "Soviet spacecraft pack that contains Soyuz 7K-T, 7K-OKA, 7K-OKP 7K-T-AF and Progress 7K-TG, and Vostok/Voskhod spacecraft, and TKS/VA",
"author": "Raidernick", "author": "Raidernick",
"license": "CC-BY-NC-ND-3.0", "license": "CC-BY-NC-ND-3.0",