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

This commit is contained in:
NetKAN inflator Robot 2016-10-18 18:00:10 +00:00
commit 92312c1509
3 changed files with 13 additions and 29 deletions

View File

@ -12,6 +12,14 @@
}, },
"version": "v1.3.0", "version": "v1.3.0",
"ksp_version": "1.2.0", "ksp_version": "1.2.0",
"depends": [
{
"name": "CommunityCategoryKit"
},
{
"name": "CommunityResourcePack"
}
],
"install": [ "install": [
{ {
"find": "PlanetaryBaseInc", "find": "PlanetaryBaseInc",

View File

@ -38,6 +38,11 @@
"name": "TweakScale" "name": "TweakScale"
} }
], ],
"conflicts": [
{
"name": "KEI"
}
],
"install": [ "install": [
{ {
"find": "LTech", "find": "LTech",

View File

@ -1,29 +0,0 @@
{
"spec_version": "v1.4",
"identifier": "MissionController2",
"name": "Mission Controller 2",
"abstract": "Mission Controller 2 Adds New Economy Adjustments and Contracts to Kerbal Space Program.",
"author": "Malkuth74",
"license": "GPL-3.0",
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/threads/43645-Mission-Controller-2-Preview-Version-3-(KSP-24-2)-(New-Agena-Mini-Story)",
"repository": "https://github.com/malkuth1974/MissionController2"
},
"version": "1.4.3",
"ksp_version_min": "1.2.0",
"ksp_version_max": "1.2.10",
"install": [
{
"find": "MissionControllerEC",
"install_to": "GameData"
}
],
"download": "https://github.com/malkuth1974/MissionController2/releases/download/1.4.3/MissionController2Version1.4.0.3.zip",
"download_size": 3414755,
"download_hash": {
"sha1": "7DABEC4AD42E59DA8427653212321EBAA2A61600",
"sha256": "80AC8C2F20862B1550A4D0572CB68E4E1F2ED35F25B3495397BC41C608205F00"
},
"download_content_type": "application/zip",
"x_generated_by": "netkan"
}