Merge pull request #407 from BasharMilesTeg/patch-4

Update ModuleManager and SmokeScreen to the latest versions
This commit is contained in:
Willhelm Rendahl 2015-04-29 21:15:22 +02:00
commit 585f4b0e4b
2 changed files with 64 additions and 0 deletions

View File

@ -0,0 +1,28 @@
{
"spec_version": 1,
"identifier": "ModuleManager",
"name": "Module Manager",
"abstract": "Modify KSP configs without conflict",
"license": "CC-BY-SA",
"author": [
"ialdabaoth",
"Sarbian"
],
"release_status": "stable",
"ksp_version": "1.0.0",
"resources": {
"x_ci": "https://ksp.sarbian.com/jenkins/job/ModuleManager/",
"homepage": "http://forum.kerbalspaceprogram.com/threads/55219",
"repository": "https://github.com/sarbian/ModuleManager"
},
"install": [
{
"file": "ModuleManager.2.6.2.dll",
"install_to": "GameData"
}
],
"version": "2.6.2",
"download": "https://ksp.sarbian.com/jenkins/job/ModuleManager/88/artifact/ModuleManager-2.6.2.zip",
"x_generated_by": "not netkan",
"download_size": 26105
}

View File

@ -0,0 +1,36 @@
{
"spec_version": 1,
"identifier": "SmokeScreen",
"name": "SmokeScreen - Extended FX Plugin",
"abstract": "SmokeScreen is a plugin that build on the engine FX added in .23 and adds new features to them. Most of the features ideas comes from Nothke.",
"license": "BSD-2-clause",
"author": "sarbian",
"release_status": "stable",
"ksp_version": "1.0.0",
"resources": {
"x_ci": "https://ksp.sarbian.com/jenkins/job/SmokeScreen/",
"homepage": "http://forum.kerbalspaceprogram.com/threads/71630",
"repository": "https://github.com/sarbian/SmokeScreen/"
},
"install": [
{
"file": "GameData/SmokeScreen",
"install_to": "GameData"
}
],
"depends": [
{
"name": "ModuleManager",
"min_version": "2.6.1"
}
],
"recommends": [
{
"name": "HotRockets"
}
],
"version": "2.6.0",
"download": "https://ksp.sarbian.com/jenkins/job/SmokeScreen/34/artifact/SmokeScreen-2.6.0.0.zip",
"x_generated_by": "not netkan",
"download_size": 25380
}