mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-12 11:41:20 +00:00
24 lines
834 B
JSON
24 lines
834 B
JSON
{
|
|
"homepage": "https://flywaydb.org/",
|
|
"description": "Database migration tool that favors simplicity and convention over configuration.",
|
|
"license": "Apache-2.0",
|
|
"version": "6.4.1",
|
|
"url": "https://repo1.maven.org/maven2/org/flywaydb/flyway-commandline/6.4.1/flyway-commandline-6.4.1-windows-x64.zip",
|
|
"extract_dir": "flyway-6.4.1",
|
|
"bin": "flyway.cmd",
|
|
"hash": "sha1:9e7b0e2b6bf663fb061d57d269e469a1291dfe57",
|
|
"checkver": "Get Started with Flyway\\s+([\\d.]+)",
|
|
"autoupdate": {
|
|
"url": "https://repo1.maven.org/maven2/org/flywaydb/flyway-commandline/$version/flyway-commandline-$version-windows-x64.zip",
|
|
"extract_dir": "flyway-$version",
|
|
"hash": {
|
|
"url": "$url.sha1"
|
|
}
|
|
},
|
|
"persist": [
|
|
"conf",
|
|
"sql",
|
|
"jars"
|
|
]
|
|
}
|