ScoopInstaller_Main/bucket/liquibase.json
2022-12-06 16:42:34 +00:00

20 lines
684 B
JSON

{
"version": "4.18.0",
"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.18.0/liquibase-4.18.0.zip",
"hash": "89860976a4601260ae10305b33052a4928ea9c3d9a660f48dda6fa88f735c56a",
"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"
}
}