ScoopInstaller_Main/bucket/mysql-shell.json
2025-01-21 08:30:01 +00:00

34 lines
1.1 KiB
JSON

{
"version": "9.2.0",
"description": "Advanced client and code editor for MySQL",
"homepage": "https://dev.mysql.com/downloads/shell/#info-tab",
"license": "GPL-2.0-only",
"suggest": {
"vcredist": "extras/vcredist2022"
},
"architecture": {
"64bit": {
"url": "https://dev.mysql.com/get/Downloads/MySQL-Shell/mysql-shell-9.2.0-windows-x86-64bit.msi",
"hash": "md5:e5f95f2fc669dc711dd32c3e56442542",
"extract_dir": "PFiles64\\MySQL\\MySQL Shell 9.2"
}
},
"bin": [
"bin\\mysqlsh.exe",
"bin\\mysql-secret-store-windows-credential.exe"
],
"checkver": "MySQL Shell ([\\d.]+)",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://dev.mysql.com/get/Downloads/MySQL-Shell/mysql-shell-$version-windows-x86-64bit.msi",
"hash": {
"url": "https://dev.mysql.com/downloads/shell/",
"regex": "(?s)$basename.*?$md5"
},
"extract_dir": "PFiles64\\MySQL\\MySQL Shell $majorVersion.$minorVersion"
}
}
}
}