mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			18 lines
		
	
	
		
			719 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			719 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "107.0.5304.62",
 | 
						|
    "description": "An open source tool for automated testing of webapps across many browsers",
 | 
						|
    "homepage": "https://chromedriver.chromium.org/",
 | 
						|
    "license": "BSD-3-Clause",
 | 
						|
    "url": "https://chromedriver.storage.googleapis.com/107.0.5304.62/chromedriver_win32.zip",
 | 
						|
    "hash": "md5:a5040d2731fe174c9a7b026edb3fe271",
 | 
						|
    "bin": "chromedriver.exe",
 | 
						|
    "checkver": "stable.*?([\\d.]+)<",
 | 
						|
    "autoupdate": {
 | 
						|
        "url": "https://chromedriver.storage.googleapis.com/$version/chromedriver_win32.zip",
 | 
						|
        "hash": {
 | 
						|
            "url": "https://chromedriver.storage.googleapis.com/?prefix=$version/",
 | 
						|
            "regex": "$version/$basename.*?\"$md5\""
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |