ScoopInstaller_Main/bucket/liquibase.json
2020-12-04 21:28:05 +01:00

20 lines
681 B
JSON

{
"version": "4.2.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.2.1/liquibase-4.2.1.zip",
"hash": "d90d30d5a89696bcdf41036fe08c3bb22851bc308eecfb9337c7cfb353a6f669",
"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"
}
}