ScoopInstaller_Main/bucket/liquibase.json
2020-07-03 00:05:20 +02:00

20 lines
684 B
JSON

{
"version": "3.10.1",
"description": "Database schema change manager (Community Edition)",
"homepage": "https://www.liquibase.org/",
"license": "Apache-2.0",
"suggest": {
"JRE": "java/openjdk"
},
"url": "https://github.com/liquibase/liquibase/releases/download/v3.10.1/liquibase-3.10.1.zip",
"hash": "a0c40c7d61bf1b99e92ab6c076b72a782f68eef2214fa0241dab60334804dd06",
"bin": "liquibase.bat",
"persist": "lib-other",
"checkver": {
"github": "https://github.com/liquibase/liquibase"
},
"autoupdate": {
"url": "https://github.com/liquibase/liquibase/releases/download/v$version/liquibase-$version.zip"
}
}