ScoopInstaller_Main/bucket/liquibase.json
2025-09-30 16:29:48 +00:00

20 lines
681 B
JSON

{
"version": "5.0.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/v5.0.0/liquibase-5.0.0.zip",
"hash": "06a76c1a6fb71187a44a4a66738ea8a8bea49d555947ab1c515d7f04ba6dd3aa",
"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"
}
}