Merge branch 'master' of github.com:KSP-CKAN/CKAN-meta
This commit is contained in:
commit
70671083ca
|
@ -0,0 +1,38 @@
|
|||
{
|
||||
"spec_version": "v1.4",
|
||||
"identifier": "SimpleAdjustableFairings-KWRocketry",
|
||||
"name": "Simple Adjustable Fairings - KW Rocketry Pack",
|
||||
"abstract": "The original KW Rocketry fairings implemented using the Simple Adjustable Fairings plugin. Models by Kickasskyle and Winston.",
|
||||
"author": [
|
||||
"blowfish",
|
||||
"Kickasskyle",
|
||||
"Winston"
|
||||
],
|
||||
"license": "CC-BY-NC-SA-4.0",
|
||||
"release_status": "stable",
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/index.php?showtopic=159101",
|
||||
"repository": "https://github.com/blowfishpro/SimpleAdjustableFairings-KWRocketry"
|
||||
},
|
||||
"version": "v1.0.0",
|
||||
"ksp_version": "1.2.2",
|
||||
"depends": [
|
||||
{
|
||||
"name": "SimpleAdjustableFairings"
|
||||
}
|
||||
],
|
||||
"install": [
|
||||
{
|
||||
"find": "SimpleAdjustableFairings-KWRocketry",
|
||||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
"download": "https://github.com/blowfishpro/SimpleAdjustableFairings-KWRocketry/releases/download/v1.0.0/SimpleAdjustableFairings-KWRocketry-v1.0.zip",
|
||||
"download_size": 4225638,
|
||||
"download_hash": {
|
||||
"sha1": "590587AFCBC3981E2EE6E8D2EB23F5E2C122678E",
|
||||
"sha256": "443772C775E15310995D247B47641819F6F9A9B2D5E48B66BBD6753D0BED25E2"
|
||||
},
|
||||
"download_content_type": "application/zip",
|
||||
"x_generated_by": "netkan"
|
||||
}
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"spec_version": "v1.4",
|
||||
"identifier": "SimpleAdjustableFairings",
|
||||
"name": "Simple Adjustable Fairings - Plugin",
|
||||
"abstract": "A plugin that allows the creation of good looking, easy to use, single part payload farings.",
|
||||
"author": "blowfish",
|
||||
"license": "LGPL-3.0",
|
||||
"release_status": "stable",
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/index.php?showtopic=159101",
|
||||
"repository": "https://github.com/blowfishpro/SimpleAdjustableFairings"
|
||||
},
|
||||
"version": "v1.0.0",
|
||||
"ksp_version": "1.2.2",
|
||||
"install": [
|
||||
{
|
||||
"find": "SimpleAdjustableFairings",
|
||||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
"download": "https://github.com/blowfishpro/SimpleAdjustableFairings/releases/download/v1.0.0/SimpleAdjustableFairings-v1.0.0.zip",
|
||||
"download_size": 18613,
|
||||
"download_hash": {
|
||||
"sha1": "039199DC4BA4676CC645CABED810ED141560AC6A",
|
||||
"sha256": "C7E3A92DE3C05EC5735C13986101DF03E6B613CC254B9E189691AA40F1612556"
|
||||
},
|
||||
"download_content_type": "application/zip",
|
||||
"x_generated_by": "netkan"
|
||||
}
|
Loading…
Reference in New Issue