mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	- Add 'mysql-shell' -------------------- Co-authored-by: Hsiao-nan Cheung <niheaven@gmail.com>
		
			
				
	
	
		
			34 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			34 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "8.4.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-8.4.0-windows-x86-64bit.msi",
 | 
						|
            "hash": "md5:617655416d75f6889b8f7b8e5bf1a312",
 | 
						|
            "extract_dir": "PFiles64\\MySQL\\MySQL Shell 8.4"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "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"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |