mysql-workbench: Simplify manifest (#527)

This commit is contained in:
Jakub Čábera 2019-11-01 16:10:03 +01:00 committed by Ross Smith II
parent 61cc62d866
commit 8d14fae1e6

View File

@ -1,7 +1,7 @@
{ {
"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.18", "version": "8.0.18",
"description": "Integrated tools environment for database design, modeling, development, administration, and migration.",
"homepage": "https://dev.mysql.com/downloads/workbench/",
"license": "GPL-2.0-only", "license": "GPL-2.0-only",
"architecture": { "architecture": {
"64bit": { "64bit": {
@ -10,18 +10,6 @@
"hash": "md5:fbba5574b7d5f1587b14683fe706dc88" "hash": "md5:fbba5574b7d5f1587b14683fe706dc88"
} }
}, },
"checkver": "MySQL Workbench (?<version>(?<short>[\\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": [ "bin": [
"MySQLWorkbench.exe", "MySQLWorkbench.exe",
"mysql.exe", "mysql.exe",
@ -32,5 +20,17 @@
"MySQLWorkbench.exe", "MySQLWorkbench.exe",
"MySQLWorkbench" "MySQLWorkbench"
] ]
] ],
"checkver": "MySQL Workbench ([\\d.]+)",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://cdn.mysql.com/Downloads/MySQLGUITools/mysql-workbench-community-$version-winx64.msi",
"extract_dir": "MySQL\\MySQL Workbench $majorVersion.$minorVersion CE"
}
},
"hash": {
"url": "$url.md5"
}
}
} }