2020-10-16 15:00:32 +00:00

32 lines
988 B
JSON

{
"version": "7.0.4",
"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.0.4/flyway-commandline-7.0.4-windows-x64.zip",
"hash": "sha1:7d5b6d176b00cc70e668ca53724f3d34fcdcec61"
}
},
"extract_dir": "flyway-7.0.4",
"bin": "flyway.cmd",
"persist": [
"conf",
"sql",
"jars"
],
"checkver": "Get Started with Flyway\\s+([\\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"
}
}