ScoopInstaller_Main/bucket/chromedriver.json
2019-09-11 00:00:29 +00:00

18 lines
717 B
JSON

{
"version": "77.0.3865.40",
"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/77.0.3865.40/chromedriver_win32.zip",
"hash": "md5:7e94b11b8157e856b918f64d1b4af424",
"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\""
}
}
}