Merge branch 'master' of github.com:KSP-CKAN/CKAN-meta
This commit is contained in:
commit
8b18d1d357
|
@ -0,0 +1,36 @@
|
|||
{
|
||||
"spec_version": "v1.4",
|
||||
"identifier": "DangItContinued",
|
||||
"name": "Dang It!",
|
||||
"abstract": "A random failures mod for KSP",
|
||||
"author": "linuxgurugamer",
|
||||
"license": "GPL-3.0",
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/index.php?/topic/151803-121-dang-it/#comment-2846009",
|
||||
"spacedock": "https://spacedock.info/mod/1054/Dang%20It!",
|
||||
"repository": "https://github.com/linuxgurugamer/DangIt"
|
||||
},
|
||||
"version": "0.7.0",
|
||||
"ksp_version_min": "1.2.1",
|
||||
"ksp_version_max": "1.2.99",
|
||||
"depends": [
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
}
|
||||
],
|
||||
"install": [
|
||||
{
|
||||
"install_to": "GameData",
|
||||
"find": "DangIt"
|
||||
}
|
||||
],
|
||||
"download": "https://spacedock.info/mod/1054/Dang%20It%21/download/0.7.0",
|
||||
"download_size": 158136,
|
||||
"download_hash": {
|
||||
"sha1": "321E0BEB1034D1D6E7914B01821593174B366BDA",
|
||||
"sha256": "DC63BD81BE732A52B92FF0D8DDC49E8443594B81A7FFDF483D73A8A16F3FB794"
|
||||
},
|
||||
"download_content_type": "application/zip",
|
||||
"x_via": "Automated Linuxgurugamer CKAN script",
|
||||
"x_generated_by": "netkan"
|
||||
}
|
Loading…
Reference in New Issue