ScoopInstaller_Main/bucket/liquibase.json
2020-07-15 08:07:40 +02:00

20 lines
681 B
JSON

{
"version": "4.0.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.0.0/liquibase-4.0.0.zip",
"hash": "21c47217c70cf3e15b0de0647684d1a2ba019d37a55b92482279a219dcac6824",
"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"
}
}