mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 19:44:24 +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.2",
|
|
"url": "https://repo1.maven.org/maven2/org/flywaydb/flyway-commandline/5.0.2/flyway-commandline-5.0.2-windows-x64.zip",
|
|
"extract_dir": "flyway-5.0.2",
|
|
"bin": "flyway.cmd",
|
|
"hash": "sha1:a5b94591e64e616898583bf76edd7c540aaf14f2",
|
|
"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"
|
|
]
|
|
}
|