mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			36 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			36 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "8.0.15",
 | 
						|
    "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.15-winx64.msi",
 | 
						|
            "extract_dir": "MySQL\\MySQL Workbench 8.0 CE",
 | 
						|
            "hash": "md5:f13e016029846679a54e0ed902886985"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "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"
 | 
						|
        ]
 | 
						|
    ]
 | 
						|
}
 |