{ "homepage": "https://dev.mysql.com/downloads/workbench/", "description": "Provides DBAs and developers an integrated tools environment for database design, modeling, development, administration, and migration.", "version": "8.0.17", "license": "GPL-2.0-only", "architecture": { "64bit": { "url": "https://cdn.mysql.com/Downloads/MySQLGUITools/mysql-workbench-community-8.0.17-winx64.msi", "extract_dir": "MySQL\\MySQL Workbench 8.0 CE", "hash": "md5:7f56c52c53cfabb8fa6d13926ca4be58" } }, "checkver": "MySQL Workbench (?(?[\\d]+.[\\d]+).[\\d]+)", "autoupdate": { "architecture": { "64bit": { "url": "https://cdn.mysql.com/Downloads/MySQLGUITools/mysql-workbench-community-$version-winx64.msi", "extract_dir": "MySQL\\MySQL Workbench $matchShort CE" } }, "hash": { "url": "$url.md5" } }, "bin": [ "MySQLWorkbench.exe", "mysql.exe", "mysqldump.exe" ], "shortcuts": [ [ "MySQLWorkbench.exe", "MySQLWorkbench" ] ] }