mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-07 07:51:18 +00:00
24 lines
773 B
JSON
24 lines
773 B
JSON
{
|
|
"version": "7.15.0",
|
|
"description": "Database migration tool that favors simplicity and convention over configuration.",
|
|
"homepage": "https://flywaydb.org/",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://repo1.maven.org/maven2/org/flywaydb/flyway-commandline/7.15.0/flyway-commandline-7.15.0-windows-x64.zip",
|
|
"hash": "sha1:e6c23a2e7e402c22fd452be9ff209421e60226c4"
|
|
}
|
|
},
|
|
"extract_dir": "flyway-7.15.0",
|
|
"bin": "flyway.cmd",
|
|
"persist": [
|
|
"conf",
|
|
"sql",
|
|
"jars"
|
|
],
|
|
"checkver": {
|
|
"url": "https://flywaydb.org/documentation/usage/commandline/#download-and-installation",
|
|
"regex": "flyway-commandline-([\\w.-]+)-windows"
|
|
}
|
|
}
|