ScoopInstaller_Main/bucket/liquibase.json
2021-12-01 21:02:00 +00:00

20 lines
681 B
JSON

{
"version": "4.6.2",
"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/v4.6.2/liquibase-4.6.2.zip",
"hash": "bba28a1b3ff5644b0df907936914920909c2108826f68b761f87369d03617da1",
"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"
}
}