2023-01-04 18:04:37 +05:30

35 lines
1.1 KiB
JSON

{
"version": "9.10.2",
"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/9.10.2/flyway-commandline-9.10.2-windows-x64.zip",
"hash": "sha1:4cf49d12af16337188e68bf39cac4f7634897714"
}
},
"extract_dir": "flyway-9.10.2",
"bin": "flyway.cmd",
"persist": [
"conf",
"sql",
"jars"
],
"checkver": {
"url": "https://documentation.red-gate.com/fd/release-notes-for-flyway-engine-179732572.html",
"regex": "Flyway ([\\d.]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://repo1.maven.org/maven2/org/flywaydb/flyway-commandline/$version/flyway-commandline-$version-windows-x64.zip"
}
},
"hash": {
"url": "$url.sha1"
},
"extract_dir": "flyway-$version"
}
}