mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			37 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			37 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "8.0.29",
 | 
						|
    "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.29-winx64.msi",
 | 
						|
            "extract_dir": "MySQL\\MySQL Workbench 8.0 CE",
 | 
						|
            "hash": "md5:2c40a1e64dd8be34c91501749961dd9c"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "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": "MySQL\\MySQL Workbench $majorVersion.$minorVersion CE"
 | 
						|
            }
 | 
						|
        },
 | 
						|
        "hash": {
 | 
						|
            "url": "$url.md5"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |