ScoopInstaller_Main/bucket/liquibase.json
2020-02-07 21:01:54 +00:00

20 lines
681 B
JSON

{
"version": "3.8.6",
"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.6/liquibase-3.8.6.zip",
"hash": "1135f987f66936aeea87459f734c22b5bb4c76351a5200327f520ae21e8a71fd",
"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"
}
}