Merge branch 'master' of github.com:KSP-CKAN/CKAN-meta
This commit is contained in:
commit
132741bb09
|
@ -0,0 +1,36 @@
|
||||||
|
{
|
||||||
|
"spec_version": "v1.4",
|
||||||
|
"identifier": "RealisticAtmo",
|
||||||
|
"name": "Realistic Atmospheres",
|
||||||
|
"abstract": "Realistic Atmospheres - a KSP mod.",
|
||||||
|
"author": "OhioBob",
|
||||||
|
"license": "CC-BY-NC-ND-4.0",
|
||||||
|
"resources": {
|
||||||
|
"repository": "https://github.com/OhioBob/Realistic-Atmospheres"
|
||||||
|
},
|
||||||
|
"version": "1.3.0",
|
||||||
|
"ksp_version_min": "1.3.1",
|
||||||
|
"depends": [
|
||||||
|
{
|
||||||
|
"name": "ModuleManager"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Kopernicus"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"install": [
|
||||||
|
{
|
||||||
|
"install_to": "GameData",
|
||||||
|
"find": "RealisticAtmospheres"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"download": "https://github.com/OhioBob/Realistic-Atmospheres/releases/download/1.3.0/RealisticAtmospheres_1.3.0.zip",
|
||||||
|
"download_size": 5422673,
|
||||||
|
"download_hash": {
|
||||||
|
"sha1": "0B3DA4E3DBB9DF859C8CBAE6881FCBD359C5A7E6",
|
||||||
|
"sha256": "74F32C7ABBEE41B8AA5D7DF672FDF0DB86A482E40995DDFC66C266DAF6813EBD"
|
||||||
|
},
|
||||||
|
"download_content_type": "application/zip",
|
||||||
|
"x_via": "Automated Linuxgurugamer CKAN script",
|
||||||
|
"x_generated_by": "netkan"
|
||||||
|
}
|
Loading…
Reference in New Issue