ScoopInstaller_Main/bucket/chromedriver.json
2020-02-04 22:01:48 +00:00

18 lines
717 B
JSON

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