ScoopInstaller_Main/bucket/liquibase.json
2020-05-15 05:15:16 +02:00

20 lines
681 B
JSON

{
"version": "3.9.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/v3.9.0/liquibase-3.9.0.zip",
"hash": "526c36c1427435e6e90e9f16ad48e02093e29cbf469aacd09e1b565236895154",
"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"
}
}