mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-14 20:51:21 +00:00
23 lines
730 B
JSON
23 lines
730 B
JSON
{
|
|
"homepage": "https://flywaydb.org/",
|
|
"license": "Apache-2.0",
|
|
"version": "5.1.3",
|
|
"url": "https://repo1.maven.org/maven2/org/flywaydb/flyway-commandline/5.1.3/flyway-commandline-5.1.3-windows-x64.zip",
|
|
"extract_dir": "flyway-5.1.3",
|
|
"bin": "flyway.cmd",
|
|
"hash": "sha1:a2ca57bae3771983e7ef9207d4c0020776f3cf42",
|
|
"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"
|
|
]
|
|
}
|