ScoopInstaller_Main/bucket/liquibase.json
2025-10-03 20:28:34 +00:00

20 lines
681 B
JSON

{
"version": "5.0.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/v5.0.1/liquibase-5.0.1.zip",
"hash": "7362448021b8e0cfe3d4f345d8cd8403b68469560696e85e3f99aa4d0d7e3001",
"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"
}
}