mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-08 00:11:32 +00:00
17 lines
738 B
JSON
17 lines
738 B
JSON
{
|
|
"version": "75.0.3770.140",
|
|
"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.140/chromedriver_win32.zip",
|
|
"hash": "30ba4f2a724b1a3f34ce4d4e53150d6155c21edd5d91b0f4bc40eea44a6d711b",
|
|
"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"
|
|
}
|
|
}
|