mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 23:31:20 +00:00
17 lines
734 B
JSON
17 lines
734 B
JSON
{
|
|
"version": "75.0.3770.8",
|
|
"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.8/chromedriver_win32.zip",
|
|
"hash": "262faf73ef33130145dec057c33eb2490a420dde1af09b94c2df61535b9259e8",
|
|
"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"
|
|
}
|
|
}
|