2021-12-20 12:30:52 +00:00

35 lines
1.1 KiB
JSON

{
"version": "8.2.3",
"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/8.2.3/flyway-commandline-8.2.3-windows-x64.zip",
"hash": "sha1:a64591f5873c5de686273e85d1cb97e2e88d170a"
}
},
"extract_dir": "flyway-8.2.3",
"bin": "flyway.cmd",
"persist": [
"conf",
"sql",
"jars"
],
"checkver": {
"url": "https://flywaydb.org/documentation/usage/commandline/#download-and-installation",
"regex": "flyway-commandline-([\\w.-]+)-windows"
},
"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"
}
}