2020-10-09 14: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": "7.0.2",
"url": "https://repo1.maven.org/maven2/org/flywaydb/flyway-commandline/7.0.2/flyway-commandline-7.0.2-windows-x64.zip",
"extract_dir": "flyway-7.0.2",
"bin": "flyway.cmd",
"hash": "sha1:747152fbd03e9e45fa9aae4bdbacf4be5c760f41",
"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"
]
}