Fix game versions for old LaserDist releases

This commit is contained in:
Paul Hebble 2018-04-02 07:01:41 +00:00 committed by HebaruSan
parent b0a724e0e1
commit 20772a9eb4
5 changed files with 33 additions and 6 deletions

View File

@ -11,7 +11,7 @@
},
"version": "v0.9.1",
"ksp_version_min": "1.1.0",
"ksp_version_max": "99.99.99",
"ksp_version_max": "1.1.2",
"suggests": [
{
"name": "kOS",

View File

@ -11,7 +11,7 @@
},
"version": "v0.9.2",
"ksp_version_min": "1.1.0",
"ksp_version_max": "99.99.99",
"ksp_version_max": "1.1.2",
"suggests": [
{
"name": "kOS",

View File

@ -0,0 +1,29 @@
{
"spec_version": 1,
"identifier": "LaserDist",
"name": "LaserDist",
"abstract": "Gives exact laser distances for use with kOS and other scripted autopilot systems.",
"author": "Steven Mading",
"license": "GPL-3.0",
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/index.php?/topic/141697-laserdist-a-distance-measuring-laser-part-for-kos/",
"repository": "https://github.com/Dunbaratu/LaserDist"
},
"version": "v0.9.3",
"ksp_version": "1.2.1",
"suggests": [
{
"name": "kOS",
"min_version": "0.20",
"comment": "LaserDist was intended to give distance data to kOS scripts."
}
],
"download": "https://github.com/Dunbaratu/LaserDist/files/634581/LaserDist.zip",
"download_size": 103537,
"download_hash": {
"sha1": "31A7A8AD00F5A4172FBF3CF589113E4FC3870F07",
"sha256": "61993130E9080B0080EA292C4BF82EB29EC777D716AB4E03E784F06A35952DEF"
},
"download_content_type": "application/zip",
"x_generated_by": "netkan"
}

View File

@ -10,8 +10,7 @@
"repository": "https://github.com/Dunbaratu/LaserDist"
},
"version": "v0.9.4",
"ksp_version_min": "1.1.0",
"ksp_version_max": "99.99.99",
"ksp_version": "1.2.2",
"suggests": [
{
"name": "kOS",

View File

@ -10,8 +10,7 @@
"repository": "https://github.com/Dunbaratu/LaserDist"
},
"version": "v1.0.0",
"ksp_version_min": "1.1.0",
"ksp_version_max": "99.99.99",
"ksp_version": "1.2.2",
"suggests": [
{
"name": "kOS",