diff --git a/KerbalStats/KerbalStats-1.0.0.ckan b/KerbalStats/KerbalStats-1.0.0.ckan index 8eabcfca08..ffdd743b47 100644 --- a/KerbalStats/KerbalStats-1.0.0.ckan +++ b/KerbalStats/KerbalStats-1.0.0.ckan @@ -1,19 +1,28 @@ { - "spec_version" : 1, - "name" : "Kerbal Stats", - "abstract" : "KerbalStats is a KSP mod for keeping track of extra information about the kerbals in your game.", - "identifier" : "KerbalStats", - "download" : "http://taniwha.org/~bill/KerbalStats_v1.0.0.zip", - "author" : "taniwha", - "version" : "1.0.0", - "license" : "GPL-3.0", - "release_status" : "stable", - "ksp_version" : "0.25", - "resources" : { - "homepage" : "http://forum.kerbalspaceprogram.com/threads/99018" + "spec_version": 1, + "identifier": "KerbalStats", + "name": "Kerbal Stats", + "abstract": "KerbalStats is a KSP mod for keeping track of extra information about the kerbals in your game.", + "author": "taniwha", + "license": "GPL-3.0", + "release_status": "stable", + "resources": { + "homepage": "http://forum.kerbalspaceprogram.com/threads/99018" }, - "install" : [{ - "file" : "KerbalStats", - "install_to" : "GameData" - }] + "version": "1.0.0", + "ksp_version": "0.25", + "install": [ + { + "file": "KerbalStats", + "install_to": "GameData" + } + ], + "download": "http://taniwha.org/~bill/KerbalStats_v1.0.0.zip", + "download_size": 19143, + "download_hash": { + "sha1": "989EA76401CB8E9D79DBA233E8ED11F7489B0D63", + "sha256": "1E609117F76116A23232069B22C3630780CCF99F55689BBA9A84D2E8503AD648" + }, + "download_content_type": "application/zip", + "x_generated_by": "netkan" }