Ross Smith II b5465c4202
Update bucket/flyway.json
Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com>
2019-08-15 12:16:18 -07: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": "5.2.4",
"url": "https://repo1.maven.org/maven2/org/flywaydb/flyway-commandline/5.2.4/flyway-commandline-5.2.4-windows-x64.zip",
"extract_dir": "flyway-5.2.4",
"bin": "flyway.cmd",
"hash": "sha1:b2c66757b2c977fec409ed3812b1e0817c4c9145",
"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"
]
}