Update plugins.json schema

This commit is contained in:
Naoki Takezoe
2017-12-23 04:31:01 +09:00
parent ea41786f8c
commit b7bb6b0787
4 changed files with 13 additions and 17 deletions

View File

@@ -35,7 +35,9 @@ case class PluginMetadata(
case class VersionDef(
version: String,
file: String,
url: String,
range: String
)
){
lazy val file = url.substring(url.lastIndexOf("/") + 1)
}