mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-04 06:54:26 +00:00
20 lines
681 B
JSON
20 lines
681 B
JSON
{
|
|
"version": "3.8.5",
|
|
"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.5/liquibase-3.8.5.zip",
|
|
"hash": "ba0202bfeeb07e34836f0d92c7ad91914b595f986ce7a7e6e19b76713ee31843",
|
|
"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"
|
|
}
|
|
}
|