ScoopInstaller_Main/bucket/liquibase.json
2020-04-08 13:51:18 +02:00

20 lines
681 B
JSON

{
"version": "3.8.9",
"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.8.9/liquibase-3.8.9.zip",
"hash": "0375c0287b32ec503e0f7c10095204271054a864372a979a4c702fee1d5369c4",
"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"
}
}