{
    "version": "12.5.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.5.0/flyway-commandline-12.5.0-windows-x64.zip",
            "hash": "f59b3d7d0e14ab47a0858136252a38fd3f1c3a8c45767d3fc4c50b68af341802"
        }
    },
    "extract_dir": "flyway-12.5.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"
    }
}
