mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-11 09:51:19 +00:00
23 lines
772 B
JSON
23 lines
772 B
JSON
{
|
|
"homepage": "https://flywaydb.org/",
|
|
"license": "https://github.com/flyway/flyway/blob/master/LICENSE",
|
|
"version": "5.0.7",
|
|
"url": "https://repo1.maven.org/maven2/org/flywaydb/flyway-commandline/5.0.7/flyway-commandline-5.0.7-windows-x64.zip",
|
|
"extract_dir": "flyway-5.0.7",
|
|
"bin": "flyway.cmd",
|
|
"hash": "sha1:ab87627d54ae2095bbc19a6783dcb83f6d3febb3",
|
|
"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"
|
|
]
|
|
}
|