ScoopInstaller_Main/bucket/chromedriver.json
2019-06-13 22:00:43 +00:00

17 lines
736 B
JSON

{
"version": "75.0.3770.90",
"homepage": "https://sites.google.com/a/chromium.org/chromedriver/",
"description": "An open source tool for automated testing of webapps across many browsers",
"license": "BSD-3-Clause",
"url": "https://chromedriver.storage.googleapis.com/75.0.3770.90/chromedriver_win32.zip",
"hash": "71cee5b99d2791aed2ab619cae1fe6abcb332c2246f7d8b8ba32f097f99f69cc",
"bin": "chromedriver.exe",
"checkver": {
"url": "https://sites.google.com/a/chromium.org/chromedriver/",
"regex": "Latest stable release:\\s*<a[^>]+>ChromeDriver\\s*([\\d.]+)<"
},
"autoupdate": {
"url": "https://chromedriver.storage.googleapis.com/$version/chromedriver_win32.zip"
}
}