2026-01-28 16:31:46 +00:00

32 lines
1.0 KiB
JSON

{
"version": "12.0.0",
"description": "Database migration tool that favors simplicity and convention over configuration.",
"homepage": "https://github.com/flyway/flyway",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/flyway/flyway/releases/download/flyway-12.0.0/flyway-commandline-12.0.0-windows-x64.zip",
"hash": "4a17c4cf22287b23996823971c2305173751109f3bd7378cbef5ce79318e1af2"
}
},
"extract_dir": "flyway-12.0.0",
"bin": "flyway.cmd",
"persist": [
"conf",
"sql",
"jars"
],
"checkver": {
"url": "https://github.com/flyway/flyway/releases/latest",
"regex": "flyway-([\\d.]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/flyway/flyway/releases/download/flyway-$version/flyway-commandline-$version-windows-x64.zip"
}
},
"extract_dir": "flyway-$version"
}
}