Merge branch 'master' of github.com:KSP-CKAN/CKAN-meta
This commit is contained in:
commit
2192a7ae83
|
@ -12,7 +12,8 @@
|
|||
"version": "1.5.1",
|
||||
"ksp_version": "1.3.0",
|
||||
"provides": [
|
||||
"Scatterer-sunflare"
|
||||
"Scatterer-sunflare",
|
||||
"LoadingScreenManager"
|
||||
],
|
||||
"depends": [
|
||||
{
|
||||
|
@ -54,6 +55,11 @@
|
|||
"name": "OPM-Galileo"
|
||||
}
|
||||
],
|
||||
"conflicts": [
|
||||
{
|
||||
"name": "LoadingScreenManager"
|
||||
}
|
||||
],
|
||||
"install": [
|
||||
{
|
||||
"find": "GPP",
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
"identifier": "GPPTextures",
|
||||
"name": "GPP Textures",
|
||||
"abstract": "Textures for Galileo's Planet Pack.",
|
||||
"author": "Galileo88",
|
||||
"license": "CC-BY-NC-ND",
|
||||
"resources": {
|
||||
"homepage": "https://forum.kerbalspaceprogram.com/index.php?/topic/152136-ksp-13-galileos-planet-pack-v151-8-sept-2017/"
|
||||
|
|
|
@ -0,0 +1,41 @@
|
|||
{
|
||||
"spec_version": "v1.4",
|
||||
"identifier": "KaptainsLog",
|
||||
"name": "The Kaptain's Log",
|
||||
"abstract": "Record everything that goes on",
|
||||
"author": "linuxgurugamer",
|
||||
"license": "GPL-3.0",
|
||||
"resources": {
|
||||
"homepage": "https://forum.kerbalspaceprogram.com/index.php?/topic/165482-13-the-kaptains-log-pics-soon/",
|
||||
"spacedock": "https://spacedock.info/mod/1523/The%20Kaptain's%20Log",
|
||||
"repository": "https://github.com/linuxgurugamer/KaptainsLog",
|
||||
"x_screenshot": "https://spacedock.info/content/linuxgurugamer_179/The_Kaptains_Log/The_Kaptains_Log-1505356184.2723196.png"
|
||||
},
|
||||
"version": "0.1.0",
|
||||
"ksp_version": "1.3.0",
|
||||
"install": [
|
||||
{
|
||||
"filter_regexp": [
|
||||
".*~$"
|
||||
],
|
||||
"install_to": "GameData",
|
||||
"find": "KaptainsLog"
|
||||
},
|
||||
{
|
||||
"filter_regexp": [
|
||||
".*~$"
|
||||
],
|
||||
"install_to": "GameData",
|
||||
"find": "DMagicUtilities"
|
||||
}
|
||||
],
|
||||
"download": "https://spacedock.info/mod/1523/The%20Kaptain%27s%20Log/download/0.1.0",
|
||||
"download_size": 1499665,
|
||||
"download_hash": {
|
||||
"sha1": "E96DC9899DDD0EECA7D970D401943B4C366B8D1A",
|
||||
"sha256": "1A94CC4A4F2FE4A8BB43BDAFF202F2889DCA0D5BB85F1EE3ADE9E6E7BA31F798"
|
||||
},
|
||||
"download_content_type": "application/zip",
|
||||
"x_via": "Automated Linuxgurugamer CKAN script",
|
||||
"x_generated_by": "netkan"
|
||||
}
|
Loading…
Reference in New Issue