mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			36 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			36 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "8.0.16",
 | 
						|
    "license": "GPL-2.0-only",
 | 
						|
    "homepage": "https://dev.mysql.com/downloads/workbench/",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://cdn.mysql.com/Downloads/MySQLGUITools/mysql-workbench-community-8.0.16-winx64.msi",
 | 
						|
            "extract_dir": "MySQL\\MySQL Workbench 8.0 CE",
 | 
						|
            "hash": "md5:6228c775ba5f7578e411dc221d6ceab6"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "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": [
 | 
						|
        "MySQLWorkbench.exe",
 | 
						|
        "mysql.exe",
 | 
						|
        "mysqldump.exe"
 | 
						|
    ],
 | 
						|
    "shortcuts": [
 | 
						|
        [
 | 
						|
            "MySQLWorkbench.exe",
 | 
						|
            "MySQLWorkbench"
 | 
						|
        ]
 | 
						|
    ]
 | 
						|
}
 |