mirror of
https://github.com/KSP-CKAN/CKAN-meta.git
synced 2024-10-13 00:59:46 +00:00
Restore old kOS versions (revert: "NetKAN available")
This reverts commit 8c1c6f1bb1
as part of #53. We really do want to keep old metadata around
for the moment, both for old KSP versions and so poeple of the future
can choose to install older versions if they wish.
Unless I've missed something important here. Let me know if I have.
This commit is contained in:
26
kOS-0.14.2.ckan
Normal file
26
kOS-0.14.2.ckan
Normal file
@ -0,0 +1,26 @@
|
||||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "kOS",
|
||||
"license": "GPL-3.0",
|
||||
"release_status": "stable",
|
||||
"resources": {
|
||||
"manual": "http://ksp-kos.github.io/KOS_DOC/",
|
||||
"repository": "https://github.com/KSP-KOS/KOS",
|
||||
"homepage": "http://ksp-kos.github.io/KOS_DOC/",
|
||||
"kerbalstuff": "https://kerbalstuff.com/mod/86/kOS:%20Scriptable%20Autopilot%20System"
|
||||
},
|
||||
"install": [
|
||||
{
|
||||
"file": "GameData/kOS",
|
||||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
"ksp_version": "0.25",
|
||||
"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": "erendrake",
|
||||
"version": "0.14.2",
|
||||
"download": "https://kerbalstuff.com/mod/86/kOS:%20Scriptable%20Autopilot%20System/download/0.14.2",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 2446373
|
||||
}
|
25
kOS-0.14.ckan
Normal file
25
kOS-0.14.ckan
Normal file
@ -0,0 +1,25 @@
|
||||
{
|
||||
"spec_version": 1,
|
||||
"name" : "kOS - Kerbal OS",
|
||||
"identifier" : "kOS",
|
||||
"abstract" : "A programming and automation environment for KSP craft.",
|
||||
"download" : "https://github.com/KSP-KOS/KOS/releases/download/v0.14/kOS.v14.zip",
|
||||
"license" : "GPL-3.0",
|
||||
"version" : "0.14",
|
||||
"release_status" : "stable",
|
||||
"ksp_version" : "0.24.2",
|
||||
"resources" : {
|
||||
"homepage" : "http://forum.kerbalspaceprogram.com/threads/68089-0-23-kOS-Scriptable-Autopilot-System-v0-11-2-13",
|
||||
"manual" : "http://ksp-kos.github.io/KOS_DOC/",
|
||||
"github" : {
|
||||
"url" : "https://github.com/KSP-KOS/KOS",
|
||||
"releases" : true
|
||||
}
|
||||
},
|
||||
"install" : [
|
||||
{
|
||||
"file" : "GameData/kOS",
|
||||
"install_to" : "GameData"
|
||||
}
|
||||
]
|
||||
}
|
29
kOS-0.15.0.ckan
Normal file
29
kOS-0.15.0.ckan
Normal file
@ -0,0 +1,29 @@
|
||||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "kOS",
|
||||
"license": "GPL-3.0",
|
||||
"release_status": "stable",
|
||||
"resources": {
|
||||
"manual": "http://ksp-kos.github.io/KOS_DOC/",
|
||||
"github": {
|
||||
"url": "https://github.com/KSP-KOS/KOS",
|
||||
"releases": true
|
||||
},
|
||||
"homepage": "http://ksp-kos.github.io/KOS_DOC/",
|
||||
"kerbalstuff": "https://kerbalstuff.com/mod/86/kOS:%20Scriptable%20Autopilot%20System"
|
||||
},
|
||||
"install": [
|
||||
{
|
||||
"file": "GameData/kOS",
|
||||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
"ksp_version": "0.25",
|
||||
"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": "erendrake",
|
||||
"version": "0.15.0",
|
||||
"download": "https://kerbalstuff.com/mod/86/kOS:%20Scriptable%20Autopilot%20System/download/0.15.0",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 2524235
|
||||
}
|
Reference in New Issue
Block a user