ScoopInstaller_Main/bucket/chromedriver.json
2020-07-14 19:00:25 +00:00

18 lines
717 B
JSON

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