1
0
mirror of https://github.com/KSP-CKAN/CKAN-meta.git synced 2024-10-13 00:59:46 +00:00

"NetKAN generated mods - AutoAction-1.2a"

This commit is contained in:
KSP-CKAN Crawler Bot
2016-06-01 04:12:45 +00:00
parent 9b0243ab5e
commit abdbfd0767

View File

@ -3,10 +3,15 @@
"identifier": "AutoAction", "identifier": "AutoAction",
"name": "Auto Action", "name": "Auto Action",
"abstract": "Automatically activate action groups (and RCS/SAS) on vessel launch", "abstract": "Automatically activate action groups (and RCS/SAS) on vessel launch",
"author": "Diazo",
"license": "GPL-3.0", "license": "GPL-3.0",
"release_status": "stable", "release_status": "stable",
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/threads/101994",
"repository": "https://github.com/SirDiazo/AutoAction"
},
"version": "1.2a",
"ksp_version": "0.90", "ksp_version": "0.90",
"author": "Diazo",
"depends": [ "depends": [
{ {
"name": "ModuleManager" "name": "ModuleManager"
@ -17,18 +22,18 @@
"name": "Toolbar" "name": "Toolbar"
} }
], ],
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/threads/101994",
"repository": "https://github.com/SirDiazo/AutoAction"
},
"install": [ "install": [
{ {
"file": "GameData/Diazo", "file": "GameData/Diazo",
"install_to": "GameData" "install_to": "GameData"
} }
], ],
"version": "1.2a",
"download": "https://github.com/SirDiazo/AutoAction/releases/download/1.2a/AutoActions12a.zip", "download": "https://github.com/SirDiazo/AutoAction/releases/download/1.2a/AutoActions12a.zip",
"x_generated_by": "netkan", "download_size": 16100,
"download_size": 16100 "download_hash": {
"sha1": "875A2554E2CFA1E4A2DB3C6EC59A08A294183636",
"sha256": "A5F20A032A8311EC4D383D4AF239F0319B28B83BBEA0819BF0D66CB6A5E9D445"
},
"download_content_type": "application/zip",
"x_generated_by": "netkan"
} }