ScoopInstaller_Main/bucket/chromedriver.json
2019-10-22 20:01:09 +00:00

18 lines
717 B
JSON

{
"version": "78.0.3904.70",
"homepage": "https://chromedriver.chromium.org/",
"description": "An open source tool for automated testing of webapps across many browsers",
"license": "BSD-3-Clause",
"url": "https://chromedriver.storage.googleapis.com/78.0.3904.70/chromedriver_win32.zip",
"hash": "md5:40df8860f0dfad436665d9de7aa95082",
"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\""
}
}
}