ScoopInstaller_Main/bucket/liquibase.json
2021-09-28 00:03:34 -07:00

20 lines
681 B
JSON

{
"version": "4.5.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/v4.5.0/liquibase-4.5.0.zip",
"hash": "4b81b20dd96906d0b636d16fe94fe0e0d1250d245b31f91363116bb4e7b9d57a",
"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"
}
}