mirror of
https://github.com/KSP-CKAN/CKAN-meta.git
synced 2024-10-13 00:59:46 +00:00
Add toolbar 1.7.9, stricter versioning on 1.7.8
This commit is contained in:
@ -9,6 +9,7 @@
|
||||
"version" : "1.7.8",
|
||||
"release_status" : "stable",
|
||||
"ksp_version_min" : "0.90",
|
||||
"ksp_version_max" : "1.0.2",
|
||||
"resources" : {
|
||||
"homepage" : "http://forum.kerbalspaceprogram.com/threads/60863",
|
||||
"repository" : "https://github.com/blizzy78/ksp_toolbar"
|
||||
|
23
Toolbar/Toolbar-1.7.9.ckan
Normal file
23
Toolbar/Toolbar-1.7.9.ckan
Normal file
@ -0,0 +1,23 @@
|
||||
{
|
||||
"spec_version" : 1,
|
||||
"name" : "Toolbar",
|
||||
"author" : "blizzy78",
|
||||
"identifier" : "Toolbar",
|
||||
"abstract" : "API for third-party plugins to provide toolbar buttons",
|
||||
"download" : "http://blizzy.de/toolbar/Toolbar-1.7.9.zip",
|
||||
"license" : "BSD-2-clause",
|
||||
"version" : "1.7.9",
|
||||
"release_status" : "stable",
|
||||
"ksp_version" : "1.0.2",
|
||||
"comment" : "version.txt only defines 1.0.2, probably works for all ksp_version 1.0",
|
||||
"resources" : {
|
||||
"homepage" : "http://forum.kerbalspaceprogram.com/threads/60863",
|
||||
"repository" : "https://github.com/blizzy78/ksp_toolbar"
|
||||
},
|
||||
"install" : [
|
||||
{
|
||||
"file" : "Toolbar-1.7.9/GameData/000_Toolbar",
|
||||
"install_to" : "GameData"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user