2025-12-18 20:30:01 +00:00

32 lines
1.0 KiB
JSON

{
"version": "11.19.1",
"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-11.19.1/flyway-commandline-11.19.1-windows-x64.zip",
"hash": "39f0e0e7045577bd781398e1199a64e83beda16ac23b610a5203abf041b57e07"
}
},
"extract_dir": "flyway-11.19.1",
"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"
}
}