Merge branch 'master' of github.com:KSP-CKAN/CKAN-meta
This commit is contained in:
commit
c9186d2435
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"spec_version": "v1.16",
|
||||
"identifier": "KerbalChangelog",
|
||||
"name": "Kerbal Changelog",
|
||||
"abstract": "Small QOL KSP mod for modders that allows them to provide in-game changelogs for their mods",
|
||||
"author": "BenjaminCronin",
|
||||
"license": "MIT",
|
||||
"resources": {
|
||||
"homepage": "https://forum.kerbalspaceprogram.com/index.php?/topic/179207-*",
|
||||
"repository": "https://github.com/BenjaminCronin/KerbalChangelog"
|
||||
},
|
||||
"version": "v1.1.4",
|
||||
"ksp_version_min": "1.4.0",
|
||||
"ksp_version_max": "1.6.99",
|
||||
"install": [
|
||||
{
|
||||
"find_regexp": "KerbalChangeLog.*",
|
||||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
"download": "https://github.com/BenjaminCronin/KerbalChangelog/releases/download/v1.1.4/KerbalChangeLog1.1.4.zip",
|
||||
"download_size": 7725,
|
||||
"download_hash": {
|
||||
"sha1": "C854DD870F7E215DED25293340BAFC0AD1FF3E10",
|
||||
"sha256": "EFD9EB200733E4CD92D7318E3ACADC594004B1D278B3E373FA2CF297804907AB"
|
||||
},
|
||||
"download_content_type": "application/zip",
|
||||
"x_generated_by": "netkan"
|
||||
}
|
Loading…
Reference in New Issue