mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-17 12:51:19 +00:00
20 lines
684 B
JSON
20 lines
684 B
JSON
{
|
|
"version": "4.23.2",
|
|
"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.23.2/liquibase-4.23.2.zip",
|
|
"hash": "ba2a96373f61798067c8884e6d25839089ffed5797c2e75775f805991ce48a3f",
|
|
"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"
|
|
}
|
|
}
|