2019-10-17 15:00:22 +00:00

24 lines
834 B
JSON

{
"homepage": "https://flywaydb.org/",
"description": "Database migration tool that favors simplicity and convention over configuration.",
"license": "Apache-2.0",
"version": "6.0.7",
"url": "https://repo1.maven.org/maven2/org/flywaydb/flyway-commandline/6.0.7/flyway-commandline-6.0.7-windows-x64.zip",
"extract_dir": "flyway-6.0.7",
"bin": "flyway.cmd",
"hash": "sha1:675b9edefc9a69122ed39287083d4d4376c03931",
"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"
]
}