Fix up kOS KSP versioning snafu (#1293)
* Fix up kOS KSP versioning snafu * Fix updated epoch version numbers * Another fix
This commit is contained in:
parent
a05685e09a
commit
0daa8d1d86
|
@ -0,0 +1,50 @@
|
||||||
|
{
|
||||||
|
"spec_version": "v1.16",
|
||||||
|
"identifier": "kOS",
|
||||||
|
"name": "kOS: Scriptable Autopilot System",
|
||||||
|
"abstract": "kOS is a scriptable autopilot Mod for Kerbal Space Program. It allows you write small programs that automate specific tasks.",
|
||||||
|
"author": "many KSP-KOS contributers, currently dunbaratu and hvacengi",
|
||||||
|
"license": "GPL-3.0",
|
||||||
|
"release_status": "stable",
|
||||||
|
"resources": {
|
||||||
|
"homepage": "http://ksp-kos.github.io/KOS_DOC/",
|
||||||
|
"repository": "https://github.com/KSP-KOS/KOS",
|
||||||
|
"manual": "http://ksp-kos.github.io/KOS_DOC/"
|
||||||
|
},
|
||||||
|
"version": "1:1.1.3.0",
|
||||||
|
"ksp_version_min": "1.3.0",
|
||||||
|
"ksp_version_max": "1.3.99",
|
||||||
|
"recommends": [
|
||||||
|
{
|
||||||
|
"name": "ModuleManager",
|
||||||
|
"min_version": "2.5.6",
|
||||||
|
"comment": "Earlier versions of MM have forward compatibility problems, according to the MM release notes."
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"suggests": [
|
||||||
|
{
|
||||||
|
"name": "RemoteTech",
|
||||||
|
"min_version": "1.5.1",
|
||||||
|
"comment": "RT gives incentive to having local control of craft, even unmanned ones"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"conflicts": [
|
||||||
|
{
|
||||||
|
"name": "kOS-Classic"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"install": [
|
||||||
|
{
|
||||||
|
"file": "GameData/kOS",
|
||||||
|
"install_to": "GameData"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"download": "https://github.com/KSP-KOS/KOS/releases/download/v1.1.3.0/kOS-v1.1.3.0.zip",
|
||||||
|
"download_size": 8584213,
|
||||||
|
"download_hash": {
|
||||||
|
"sha1": "031970FC7065069245294A0B229B96F36C943C25",
|
||||||
|
"sha256": "C1AEF867C0ABB32C2F1ADF00EE47D38D72093899A94C2C3ED2B383E2E78B21EC"
|
||||||
|
},
|
||||||
|
"download_content_type": "application/zip",
|
||||||
|
"x_generated_by": "netkan"
|
||||||
|
}
|
|
@ -0,0 +1,50 @@
|
||||||
|
{
|
||||||
|
"spec_version": "v1.16",
|
||||||
|
"identifier": "kOS",
|
||||||
|
"name": "kOS: Scriptable Autopilot System",
|
||||||
|
"abstract": "kOS is a scriptable autopilot Mod for Kerbal Space Program. It allows you write small programs that automate specific tasks.",
|
||||||
|
"author": "many KSP-KOS contributers, currently dunbaratu and hvacengi",
|
||||||
|
"license": "GPL-3.0",
|
||||||
|
"release_status": "stable",
|
||||||
|
"resources": {
|
||||||
|
"homepage": "http://ksp-kos.github.io/KOS_DOC/",
|
||||||
|
"repository": "https://github.com/KSP-KOS/KOS",
|
||||||
|
"manual": "http://ksp-kos.github.io/KOS_DOC/"
|
||||||
|
},
|
||||||
|
"version": "1:1.1.3.1",
|
||||||
|
"ksp_version_min": "1.2.0",
|
||||||
|
"ksp_version_max": "1.2.99",
|
||||||
|
"recommends": [
|
||||||
|
{
|
||||||
|
"name": "ModuleManager",
|
||||||
|
"min_version": "2.5.6",
|
||||||
|
"comment": "Earlier versions of MM have forward compatibility problems, according to the MM release notes."
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"suggests": [
|
||||||
|
{
|
||||||
|
"name": "RemoteTech",
|
||||||
|
"min_version": "1.5.1",
|
||||||
|
"comment": "RT gives incentive to having local control of craft, even unmanned ones"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"conflicts": [
|
||||||
|
{
|
||||||
|
"name": "kOS-Classic"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"install": [
|
||||||
|
{
|
||||||
|
"file": "GameData/kOS",
|
||||||
|
"install_to": "GameData"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"download": "https://github.com/KSP-KOS/KOS/releases/download/v1.1.3.1/kOS-v1.1.3.1.zip",
|
||||||
|
"download_size": 8582401,
|
||||||
|
"download_hash": {
|
||||||
|
"sha1": "E3F08269CC599FD505FEA201611758E33334326C",
|
||||||
|
"sha256": "AD2EB0452436E684D8D8CE94983B4C622608792C409B5F146B2B8854DF4FD5CC"
|
||||||
|
},
|
||||||
|
"download_content_type": "application/zip",
|
||||||
|
"x_generated_by": "netkan"
|
||||||
|
}
|
|
@ -12,7 +12,7 @@
|
||||||
"manual": "http://ksp-kos.github.io/KOS_DOC/"
|
"manual": "http://ksp-kos.github.io/KOS_DOC/"
|
||||||
},
|
},
|
||||||
"version": "1.1.2",
|
"version": "1.1.2",
|
||||||
"ksp_version_min": "1.0.0",
|
"ksp_version_min": "1.3.0",
|
||||||
"ksp_version_max": "1.3.99",
|
"ksp_version_max": "1.3.99",
|
||||||
"recommends": [
|
"recommends": [
|
||||||
{
|
{
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
"manual": "http://ksp-kos.github.io/KOS_DOC/"
|
"manual": "http://ksp-kos.github.io/KOS_DOC/"
|
||||||
},
|
},
|
||||||
"version": "1.1.3.0",
|
"version": "1.1.3.0",
|
||||||
"ksp_version_min": "1.0.0",
|
"ksp_version_min": "1.3.0",
|
||||||
"ksp_version_max": "1.3.99",
|
"ksp_version_max": "1.3.99",
|
||||||
"recommends": [
|
"recommends": [
|
||||||
{
|
{
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
"manual": "http://ksp-kos.github.io/KOS_DOC/"
|
"manual": "http://ksp-kos.github.io/KOS_DOC/"
|
||||||
},
|
},
|
||||||
"version": "1.1.3.1",
|
"version": "1.1.3.1",
|
||||||
"ksp_version_min": "1.0.0",
|
"ksp_version_min": "1.2.0",
|
||||||
"ksp_version_max": "1.2.99",
|
"ksp_version_max": "1.2.99",
|
||||||
"recommends": [
|
"recommends": [
|
||||||
{
|
{
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
"manual": "http://ksp-kos.github.io/KOS_DOC/"
|
"manual": "http://ksp-kos.github.io/KOS_DOC/"
|
||||||
},
|
},
|
||||||
"version": "1.3.3.1",
|
"version": "1.3.3.1",
|
||||||
"ksp_version_min": "1.0.0",
|
"ksp_version_min": "1.2.2",
|
||||||
"ksp_version_max": "1.2.99",
|
"ksp_version_max": "1.2.99",
|
||||||
"recommends": [
|
"recommends": [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue