mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-03 05:51:19 +00:00
* Add flyway * flyway: remove default hash mode * persist conf, jars, and sql directories * fix typo
23 lines
766 B
JSON
23 lines
766 B
JSON
{
|
|
"homepage": "https://flywaydb.org/",
|
|
"license": "https://github.com/flyway/flyway/blob/master/LICENSE",
|
|
"version": "4.2.0",
|
|
"url": "https://repo1.maven.org/maven2/org/flywaydb/flyway-commandline/4.2.0/flyway-commandline-4.2.0-windows-x64.zip",
|
|
"extract_dir": "flyway-4.2.0",
|
|
"bin": "flyway.cmd",
|
|
"hash": "sha1:2077d930e8f06aeb5714a964b2c2348308cd54ad",
|
|
"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"
|
|
]
|
|
}
|