mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 22:31:19 +00:00
37 lines
1.1 KiB
JSON
37 lines
1.1 KiB
JSON
{
|
|
"version": "8.0.44",
|
|
"description": "Integrated tools environment for database design, modeling, development, administration, and migration.",
|
|
"homepage": "https://dev.mysql.com/downloads/workbench/",
|
|
"license": "GPL-2.0-only",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://cdn.mysql.com/Downloads/MySQLGUITools/mysql-workbench-community-8.0.44-winx64.msi",
|
|
"extract_dir": "PFiles64\\MySQL\\MySQL Workbench 8.0 CE",
|
|
"hash": "md5:ea832ef98bcf510d72acdd9c6b12efcb"
|
|
}
|
|
},
|
|
"bin": [
|
|
"MySQLWorkbench.exe",
|
|
"mysql.exe",
|
|
"mysqldump.exe"
|
|
],
|
|
"shortcuts": [
|
|
[
|
|
"MySQLWorkbench.exe",
|
|
"MySQLWorkbench"
|
|
]
|
|
],
|
|
"checkver": "MySQL Workbench ([\\d.]+)",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://cdn.mysql.com/Downloads/MySQLGUITools/mysql-workbench-community-$version-winx64.msi",
|
|
"extract_dir": "PFiles64\\MySQL\\MySQL Workbench $majorVersion.$minorVersion CE"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$url.md5"
|
|
}
|
|
}
|
|
}
|