ScoopInstaller_Main/bucket/liquibase.json
2021-07-09 15:54:22 -07:00

20 lines
681 B
JSON

{
"version": "4.4.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/v4.4.1/liquibase-4.4.1.zip",
"hash": "60edf8171014a89bbc537d87bb782053ab104fe278a8063b49e56cbada1b338c",
"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"
}
}