Merge branch 'master' of github.com:KSP-CKAN/CKAN-meta
This commit is contained in:
commit
d2dcdde076
|
@ -0,0 +1,53 @@
|
|||
{
|
||||
"spec_version": "v1.4",
|
||||
"identifier": "TRR-Guide",
|
||||
"name": "TRR Guide",
|
||||
"abstract": "TRR-Guide is a collection of textures made to be used as example with TextureReplacerReplaced.",
|
||||
"author": [
|
||||
"HaArLiNsH"
|
||||
],
|
||||
"license": "MIT",
|
||||
"release_status": "testing",
|
||||
"resources": {
|
||||
"homepage": "https://forum.kerbalspaceprogram.com/index.php?/topic/161898-*",
|
||||
"repository": "https://github.com/HaArLiNsH/TRR_Guide"
|
||||
},
|
||||
"version": "V0.5",
|
||||
"ksp_version_min": "1.3.1",
|
||||
"ksp_version_max": "1.3.9",
|
||||
"provides": [
|
||||
"TRR-Guide"
|
||||
],
|
||||
"depends": [
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
},
|
||||
{
|
||||
"name": "TextureReplacerReplaced"
|
||||
}
|
||||
],
|
||||
"suggests": [
|
||||
{
|
||||
"name": "TRR-MyTextureMod"
|
||||
}
|
||||
],
|
||||
"conflicts": [
|
||||
{
|
||||
"name": "TextureReplacer"
|
||||
}
|
||||
],
|
||||
"install": [
|
||||
{
|
||||
"find": "TRR_Guide",
|
||||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
"download": "https://github.com/HaArLiNsH/TRR_Guide/releases/download/V0.5/TRR_Guide.V0.5.zip",
|
||||
"download_size": 73622319,
|
||||
"download_hash": {
|
||||
"sha1": "6D165A7D115F58D570834FC6193598C35FA61764",
|
||||
"sha256": "0DD0BA579CA207CA8B68E1466494DF73E8784F36EEC49F6AF4925299FF87850D"
|
||||
},
|
||||
"download_content_type": "application/zip",
|
||||
"x_generated_by": "netkan"
|
||||
}
|
|
@ -0,0 +1,53 @@
|
|||
{
|
||||
"spec_version": "v1.4",
|
||||
"identifier": "TRR-MyTextureMod",
|
||||
"name": "TRR MyTextureMod",
|
||||
"abstract": "A clean and empty Custom folder for your textures , ready to use with TextureReplacerReplaced",
|
||||
"author": [
|
||||
"HaArLiNsH"
|
||||
],
|
||||
"license": "MIT",
|
||||
"release_status": "testing",
|
||||
"resources": {
|
||||
"homepage": "https://forum.kerbalspaceprogram.com/index.php?/topic/161898-*",
|
||||
"repository": "https://github.com/HaArLiNsH/TRR_MyTextureMod"
|
||||
},
|
||||
"version": "V1.0",
|
||||
"ksp_version_min": "1.3.1",
|
||||
"ksp_version_max": "1.3.9",
|
||||
"provides": [
|
||||
"TRR-MyTextureMod"
|
||||
],
|
||||
"depends": [
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
},
|
||||
{
|
||||
"name": "TextureReplacerReplaced"
|
||||
}
|
||||
],
|
||||
"suggests": [
|
||||
{
|
||||
"name": "TRRGuide"
|
||||
}
|
||||
],
|
||||
"conflicts": [
|
||||
{
|
||||
"name": "TextureReplacer"
|
||||
}
|
||||
],
|
||||
"install": [
|
||||
{
|
||||
"find": "TRR_MyTextureMod",
|
||||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
"download": "https://github.com/HaArLiNsH/TRR_MyTextureMod/releases/download/V1.0/TRR_MyTextureMod.V1.0.zip",
|
||||
"download_size": 3588,
|
||||
"download_hash": {
|
||||
"sha1": "395BD3879F7D7DA5E37072A8E4AE8CA9E4552987",
|
||||
"sha256": "D5B3C95C2E2B5577A82FBA0F739F2538D6BB7F891953CEC4F0807B94AB5A43A2"
|
||||
},
|
||||
"download_content_type": "application/zip",
|
||||
"x_generated_by": "netkan"
|
||||
}
|
Loading…
Reference in New Issue