Clean up old ExceptionDetector versions ref KSP-CKAN/NetKAN#5968 (#1299)
This commit is contained in:
parent
a6af5e1b43
commit
536483bf0e
|
@ -2,24 +2,26 @@
|
|||
"spec_version": 1,
|
||||
"identifier": "ExceptionDetector",
|
||||
"name": "ExceptionDetector",
|
||||
"abstract": "An exception detector / indicator for KSP.",
|
||||
"abstract": "A mod to help users more accurately blame mod developers.",
|
||||
"author": "godarklight",
|
||||
"license": "public-domain",
|
||||
"release_status": "stable",
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/109463",
|
||||
"spacedock": "https://spacedock.info/mod/600/ExceptionDetector",
|
||||
"repository": "https://github.com/godarklight/ExceptionDetector",
|
||||
"kerbalstuff": "https://kerbalstuff.com/mod/557/ExceptionDetector"
|
||||
"x_screenshot": "https://spacedock.info/content/godarklight_151/ExceptionDetector/ExceptionDetector-1461729206.9428134.png"
|
||||
},
|
||||
"version": "v.1.1",
|
||||
"ksp_version": "1.0.4",
|
||||
"version": "1",
|
||||
"ksp_version_min": "1.0.0",
|
||||
"ksp_version_max": "1.0.5",
|
||||
"install": [
|
||||
{
|
||||
"file": "GameData/ExceptionDetector",
|
||||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
"download": "https://s3-us-west-2.amazonaws.com/ksp-ckan/C72E288A.zip",
|
||||
"download": "https://spacedock.info/mod/600/ExceptionDetector/download/1",
|
||||
"download_size": 5290,
|
||||
"download_hash": {
|
||||
"sha1": "CAFBFEB5E202BDA19D47D2C70472DBA5BD48D01D",
|
|
@ -13,7 +13,8 @@
|
|||
"x_screenshot": "https://spacedock.info/content/godarklight_151/ExceptionDetector/ExceptionDetector-1461729206.9428134.png"
|
||||
},
|
||||
"version": "2",
|
||||
"ksp_version": "1.1.2",
|
||||
"ksp_version_min": "1.1.0",
|
||||
"ksp_version_max": "1.1.3",
|
||||
"install": [
|
||||
{
|
||||
"file": "GameData/ExceptionDetector",
|
||||
|
|
Loading…
Reference in New Issue