Remove bogus TACLS releases
These releases don't have valid download links, because they *should* be v0.11.1.20 (which *is* indexed by the CKAN). Reported by @SkyMarshal. Closes KSP-CKAN/CKAN#1190.
This commit is contained in:
parent
2155ceb26d
commit
5b5cefa033
|
@ -1,38 +0,0 @@
|
|||
{
|
||||
"spec_version": "v1.2",
|
||||
"identifier": "TACLS-Config-Stock",
|
||||
"name": "TAC Life Support (TACLS) - stock config",
|
||||
"abstract": "Stock configuration for TACLS",
|
||||
"license": "CC-BY-NC-SA-3.0",
|
||||
"depends": [
|
||||
{
|
||||
"name": "TACLS"
|
||||
}
|
||||
],
|
||||
"provides": [
|
||||
"TACLS-Config"
|
||||
],
|
||||
"conflicts": [
|
||||
{
|
||||
"name": "TACLS-Config"
|
||||
}
|
||||
],
|
||||
"install": [
|
||||
{
|
||||
"file": "GameData/ThunderAerospace",
|
||||
"install_to": "GameData",
|
||||
"comment": "This installs only the LifeSupport.cfg file",
|
||||
"filter_regexp": "^(?!GameData/ThunderAerospace/TacLifeSupport/PluginData/TacLifeSupport/LifeSupport.cfg)"
|
||||
}
|
||||
],
|
||||
"resources": {
|
||||
"homepage": "https://github.com/taraniselsu/TacLifeSupport/wiki",
|
||||
"kerbalstuff": "https://kerbalstuff.com/mod/733/TAC%20Life%20Support"
|
||||
},
|
||||
"ksp_version": "1.0.0",
|
||||
"author": "TaranisElsu",
|
||||
"version": "0.11.1.20",
|
||||
"download": "https://kerbalstuff.com/mod/733/TAC%20Life%20Support/download/0.11.1.20",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 5996971
|
||||
}
|
|
@ -1,39 +0,0 @@
|
|||
{
|
||||
"spec_version": "v1.2",
|
||||
"identifier": "TACLS",
|
||||
"license": "CC-BY-NC-SA-3.0",
|
||||
"depends": [
|
||||
{
|
||||
"name": "ModuleManager"
|
||||
},
|
||||
{
|
||||
"name": "TACLS-Config"
|
||||
}
|
||||
],
|
||||
"suggests": [
|
||||
{
|
||||
"name": "KSP-AVC"
|
||||
}
|
||||
],
|
||||
"install": [
|
||||
{
|
||||
"file": "GameData/ThunderAerospace",
|
||||
"install_to": "GameData",
|
||||
"filter_regexp": "PluginData/TacLifeSupport/LifeSupport\\.cfg$"
|
||||
}
|
||||
],
|
||||
"resources": {
|
||||
"homepage": "https://github.com/taraniselsu/TacLifeSupport/wiki",
|
||||
"bugtracker": "https://github.com/taraniselsu/TacLifeSupport/issues",
|
||||
"repository": "https://github.com/taraniselsu/TacLifeSupport",
|
||||
"kerbalstuff": "https://kerbalstuff.com/mod/733/TAC%20Life%20Support"
|
||||
},
|
||||
"ksp_version": "1.0",
|
||||
"name": "TAC Life Support",
|
||||
"abstract": "A life support system from Thunder Aerospace Corporation (TAC)",
|
||||
"author": "TaranisElsu",
|
||||
"version": "0.11.1.20",
|
||||
"download": "https://kerbalstuff.com/mod/733/TAC%20Life%20Support/download/0.11.1.20",
|
||||
"x_generated_by": "netkan",
|
||||
"download_size": 5996971
|
||||
}
|
Loading…
Reference in New Issue