ScoopInstaller_Main/bucket/chromedriver.json
2020-02-13 20:02:25 +00:00

18 lines
719 B
JSON

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