ScoopInstaller_Main/bucket/liquibase.json
2020-03-19 23:01:50 +00:00

20 lines
681 B
JSON

{
"version": "3.8.8",
"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.8.8/liquibase-3.8.8.zip",
"hash": "aecf5ebf82a948277f3a2ffa194d238d9c9be6092cf103fe5add2a672bf9e088",
"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"
}
}