diff --git a/QuickHide/QuickHide-v3.00.ckan b/QuickHide/QuickHide-v3.00.ckan index 9617612e15..bdcc0a1cf1 100644 --- a/QuickHide/QuickHide-v3.00.ckan +++ b/QuickHide/QuickHide-v3.00.ckan @@ -1,28 +1,33 @@ { "spec_version": 1, "identifier": "QuickHide", + "name": "QuickHide", + "abstract": "QuickHide is a plugin which adds the possibility to hide the stock toolbar and the mods of the stock toolbar.", + "author": "malah", "license": "GPL-3.0", + "resources": { + "homepage": "http://forum.kerbalspaceprogram.com/threads/95168", + "kerbalstuff": "https://kerbalstuff.com/mod/396/QuickHide" + }, + "version": "v3.00", + "ksp_version": "1.0.2", + "depends": [ + { + "name": "Toolbar" + } + ], "install": [ { "file": "GameData/QuickHide", "install_to": "GameData" } ], - "depends": [ - { - "name": "Toolbar" - } - ], - "resources": { - "homepage": "http://forum.kerbalspaceprogram.com/threads/95168", - "kerbalstuff": "https://kerbalstuff.com/mod/396/QuickHide" - }, - "ksp_version": "1.0.2", - "name": "QuickHide", - "abstract": "QuickHide is a plugin which adds the possibility to hide the stock toolbar and the mods of the stock toolbar.", - "author": "malah", - "version": "v3.00", "download": "http://ckan1.spacedock.info/storage/malah_88/QuickHide/QuickHide-v3.00.zip", - "x_generated_by": "netkan", - "download_size": 47596 + "download_size": 47596, + "download_hash": { + "sha1": "CEEE73A211940924ECB7A191E151D029BCFBDA99", + "sha256": "21DA0A129655DF1F3F4E0C26FCDD2CDD61AD29C233D6B50EDBB735AB1C4D1EB3" + }, + "download_content_type": "application/zip", + "x_generated_by": "netkan" }