Merge branch 'master' of github.com:KSP-CKAN/CKAN-meta
This commit is contained in:
commit
efb0fb6f8c
|
@ -0,0 +1,46 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "VesselMoverContinued",
|
||||
"name": "VesselMover Continued",
|
||||
"abstract": "A continuation of BahamutoD's Vessel Mover.",
|
||||
"author": [
|
||||
"BahamutoD",
|
||||
"Papa_Joe",
|
||||
"jrodrigv"
|
||||
],
|
||||
"license": "MIT",
|
||||
"resources": {
|
||||
"homepage": "https://forum.kerbalspaceprogram.com/index.php?/topic/183963-*",
|
||||
"repository": "https://github.com/jrodrigv/VesselMover"
|
||||
},
|
||||
"version": "1.7.4",
|
||||
"ksp_version_min": "1.7.0",
|
||||
"ksp_version_max": "1.7.99",
|
||||
"provides": [
|
||||
"VesselMover"
|
||||
],
|
||||
"suggests": [
|
||||
{
|
||||
"name": "KSP-AVC"
|
||||
}
|
||||
],
|
||||
"conflicts": [
|
||||
{
|
||||
"name": "VesselMover"
|
||||
}
|
||||
],
|
||||
"install": [
|
||||
{
|
||||
"file": "GameData/VesselMover",
|
||||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
"download": "https://github.com/jrodrigv/VesselMover/releases/download/1.7.4/VesselMover.1.7.4.0_04232019.zip",
|
||||
"download_size": 93639,
|
||||
"download_hash": {
|
||||
"sha1": "3B828C0F9D00B5A0D6396F79E0D010E97A0567A1",
|
||||
"sha256": "8C6CD16AA37477A377DBEA8C3E3FDEABE02EDF6AFA9E086EF69F8AEF9152DC43"
|
||||
},
|
||||
"download_content_type": "application/zip",
|
||||
"x_generated_by": "netkan"
|
||||
}
|
Loading…
Reference in New Issue