mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-08 17:51:21 +00:00
Add flyway (#1761)
* Add flyway * flyway: remove default hash mode * persist conf, jars, and sql directories * fix typo
This commit is contained in:
parent
f106547f98
commit
15a02cb9fc
22
flyway.json
Normal file
22
flyway.json
Normal file
@ -0,0 +1,22 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user