Merge branch 'master' of github.com:KSP-CKAN/CKAN-meta
This commit is contained in:
commit
9f91c35083
|
@ -0,0 +1,39 @@
|
|||
{
|
||||
"spec_version": "v1.4",
|
||||
"identifier": "PartCommanderCont",
|
||||
"name": "Part Commander Continued",
|
||||
"abstract": "Quick access to part right-click action menus",
|
||||
"author": "linuxgurugamer",
|
||||
"license": "GPL-3.0",
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/index.php?/topic/150122-12-part-commander-continued/",
|
||||
"spacedock": "https://spacedock.info/mod/1004/Part%20Commander%20Continued",
|
||||
"repository": "https://github.com/linuxgurugamer/PartCommander",
|
||||
"x_screenshot": "https://spacedock.info/content/linuxgurugamer_179/Part_Commander_Continued/Part_Commander_Continued-1476577154.79337.png"
|
||||
},
|
||||
"version": "1.1.3.3",
|
||||
"ksp_version": "1.4.1",
|
||||
"depends": [
|
||||
{
|
||||
"name": "ToolbarController"
|
||||
},
|
||||
{
|
||||
"name": "ClickThroughBlocker"
|
||||
}
|
||||
],
|
||||
"install": [
|
||||
{
|
||||
"find": "PartCommanderContinued",
|
||||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
"download": "https://spacedock.info/mod/1004/Part%20Commander%20Continued/download/1.1.3.3",
|
||||
"download_size": 91982,
|
||||
"download_hash": {
|
||||
"sha1": "EDC536D5A1D2C33AC8C7DE44333BB69B178EFB19",
|
||||
"sha256": "266D3ED0384088E3454BAE243B5E3105D6B41AF406F4C283E9E19FC9604A07FF"
|
||||
},
|
||||
"download_content_type": "application/zip",
|
||||
"x_via": "Automated Linuxgurugamer CKAN script",
|
||||
"x_generated_by": "netkan"
|
||||
}
|
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "SafeChute",
|
||||
"name": "SafeChute",
|
||||
"abstract": "SafeChute takes you out of time warp when your parachutes deploy, and also just above landing.",
|
||||
"author": "hab136",
|
||||
"license": "BSD-3-clause",
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/index.php?/topic/90954-105-safechute-v180-continued/",
|
||||
"spacedock": "https://spacedock.info/mod/280/SafeChute",
|
||||
"repository": "https://github.com/henrybauer/SafeChute",
|
||||
"bugtracker": "https://github.com/henrybauer/SafeChute/issues"
|
||||
},
|
||||
"version": "v2.1.10",
|
||||
"ksp_version": "1.4.1",
|
||||
"download": "https://spacedock.info/mod/280/SafeChute/download/v2.1.10",
|
||||
"download_size": 7272,
|
||||
"download_hash": {
|
||||
"sha1": "292BCE0A91A2A3AA242140DC249403C373C19FAF",
|
||||
"sha256": "0C36CC243A0184A94027204F8D324DB67D2CFE46CA84B40FC69D8F7F123CA17B"
|
||||
},
|
||||
"download_content_type": "application/zip",
|
||||
"x_generated_by": "netkan"
|
||||
}
|
Loading…
Reference in New Issue