ScoopInstaller_Main/bucket/chromedriver.json
2021-11-16 10:00:39 +00:00

18 lines
717 B
JSON

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