Merge branch 'master' of github.com:KSP-CKAN/CKAN-meta
This commit is contained in:
commit
92312c1509
|
@ -12,6 +12,14 @@
|
|||
},
|
||||
"version": "v1.3.0",
|
||||
"ksp_version": "1.2.0",
|
||||
"depends": [
|
||||
{
|
||||
"name": "CommunityCategoryKit"
|
||||
},
|
||||
{
|
||||
"name": "CommunityResourcePack"
|
||||
}
|
||||
],
|
||||
"install": [
|
||||
{
|
||||
"find": "PlanetaryBaseInc",
|
||||
|
|
|
@ -38,6 +38,11 @@
|
|||
"name": "TweakScale"
|
||||
}
|
||||
],
|
||||
"conflicts": [
|
||||
{
|
||||
"name": "KEI"
|
||||
}
|
||||
],
|
||||
"install": [
|
||||
{
|
||||
"find": "LTech",
|
||||
|
|
|
@ -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"
|
||||
}
|
Loading…
Reference in New Issue