{ "version": "12.0.2", "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.2/flyway-commandline-12.0.2-windows-x64.zip", "hash": "10cb3e2abeb6ff4177ee7bd6ee09f794f0f13266adb1a27ccf0d610107dcee93" } }, "extract_dir": "flyway-12.0.2", "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" } }