Merge branch 'master' of github.com:KSP-CKAN/CKAN-meta
This commit is contained in:
commit
7e21597bd8
|
@ -0,0 +1,45 @@
|
|||
{
|
||||
"spec_version": "v1.4",
|
||||
"identifier": "ReStock",
|
||||
"name": "ReStock",
|
||||
"abstract": "A community-built replacement for KSP's part models and textures. No effects on gameplay",
|
||||
"author": "ReStock Team",
|
||||
"license": "restricted",
|
||||
"resources": {
|
||||
"homepage": "https://forum.kerbalspaceprogram.com/index.php?/topic/182679-161-restock-revamping-ksps-art/",
|
||||
"repository": "https://github.com/PorktoberRevolution/ReStocked"
|
||||
},
|
||||
"version": "0.1.0",
|
||||
"ksp_version_min": "1.6.0",
|
||||
"ksp_version_max": "1.6.99",
|
||||
"depends": [
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
}
|
||||
],
|
||||
"suggests": [
|
||||
{
|
||||
"name": "ReStockPlus"
|
||||
}
|
||||
],
|
||||
"conflicts": [
|
||||
{
|
||||
"name": "VenStockRevamp"
|
||||
}
|
||||
],
|
||||
"install": [
|
||||
{
|
||||
"find": "ReStock",
|
||||
"install_to": "GameData",
|
||||
"comment": "Restock installation"
|
||||
}
|
||||
],
|
||||
"download": "https://github.com/PorktoberRevolution/ReStocked/releases/download/0.1.0/ReStock_0_1_0.zip",
|
||||
"download_size": 108503167,
|
||||
"download_hash": {
|
||||
"sha1": "1C261D8B4E4ADAD82D279890D10B6C2BE0DADE82",
|
||||
"sha256": "0F6DC47DF2AB608DE00BFBFC185D71E8D9732D3A835E9A3A50544F7CDE6BAD84"
|
||||
},
|
||||
"download_content_type": "application/zip",
|
||||
"x_generated_by": "netkan"
|
||||
}
|
|
@ -0,0 +1,43 @@
|
|||
{
|
||||
"spec_version": "v1.4",
|
||||
"identifier": "ReStockPlus",
|
||||
"name": "ReStock+",
|
||||
"abstract": "A carefully curated set of new parts that fill gaping holes in the stock lineup, adding fox example missing size classes for important part types",
|
||||
"author": "ReStock Team",
|
||||
"license": "restricted",
|
||||
"resources": {
|
||||
"homepage": "https://forum.kerbalspaceprogram.com/index.php?/topic/182679-161-restock-revamping-ksps-art/",
|
||||
"repository": "https://github.com/PorktoberRevolution/ReStocked"
|
||||
},
|
||||
"version": "0.1.0",
|
||||
"ksp_version_min": "1.6.0",
|
||||
"ksp_version_max": "1.6.99",
|
||||
"depends": [
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
},
|
||||
{
|
||||
"name": "ReStock"
|
||||
}
|
||||
],
|
||||
"conflicts": [
|
||||
{
|
||||
"name": "VenStockRevamp"
|
||||
}
|
||||
],
|
||||
"install": [
|
||||
{
|
||||
"find": "ReStockPlus",
|
||||
"install_to": "GameData",
|
||||
"comment": "Restock+ installation"
|
||||
}
|
||||
],
|
||||
"download": "https://github.com/PorktoberRevolution/ReStocked/releases/download/0.1.0/ReStockPlus_0_1_0.zip",
|
||||
"download_size": 6647639,
|
||||
"download_hash": {
|
||||
"sha1": "2881E454C720BB9B0940E61DAB01365484713D9C",
|
||||
"sha256": "46C64E2681A811F6CF2B07B4E17A70DF0E6ED408FE690444C0C7D96DF948EBFF"
|
||||
},
|
||||
"download_content_type": "application/zip",
|
||||
"x_generated_by": "netkan"
|
||||
}
|
Loading…
Reference in New Issue