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

This commit is contained in:
NetKAN inflator Robot 2016-10-16 15:00:08 +00:00
commit c3eee00828
2 changed files with 32 additions and 2 deletions

View File

@ -0,0 +1,30 @@
{
"spec_version": "v1.16",
"identifier": "CommunityCategoryKit",
"name": "Community Resource Pack",
"abstract": "Common parts categories for KSP mods",
"author": "RoverDude",
"license": "CC-BY-NC-SA-4.0",
"release_status": "stable",
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/index.php?/topic/149840-discussion-community-category-kit/",
"repository": "https://github.com/BobPalmer/CommunityCategoryKit"
},
"version": "0.1.1.0",
"ksp_version": "1.2.0",
"install": [
{
"file": "GameData/CommunityCategoryKit",
"install_to": "GameData"
}
],
"download": "https://github.com/BobPalmer/CommunityCategoryKit/releases/download/0.1.1.0/CCK_0.1.1.0.zip",
"download_size": 14403,
"download_hash": {
"sha1": "3A2EEF2690339EBD9A195DBF2638602BF2341ECB",
"sha256": "31376C7E3278CAB81F9B090479A4C3BC105D411A6F3D0CC3325F3BB3837821C9"
},
"download_content_type": "application/zip",
"x_last_revision_by": "roverdude",
"x_generated_by": "netkan"
}

View File

@ -10,10 +10,10 @@
"repository": "https://github.com/nimobeeren/MusicMute"
},
"version": "1.1.3",
"ksp_version": "1.1",
"ksp_version": "1.2",
"install": [
{
"find": "MusicMute",
"find": "GameData/MusicMute",
"install_to": "GameData"
}
],