mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 12:04:27 +00:00
17 lines
701 B
JSON
17 lines
701 B
JSON
{
|
|
"version": "76.0.3809.68",
|
|
"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/76.0.3809.68/chromedriver_win32.zip",
|
|
"hash": "a27d56f663326a6c742ae647f931224b70c84ba74b3f3a4b9e35628892cc7b1a",
|
|
"bin": "chromedriver.exe",
|
|
"checkver": {
|
|
"url": "https://chromedriver.chromium.org/",
|
|
"regex": "Latest stable release:\\s*<a[^>]+>ChromeDriver[^\\d]*([\\d.]+)<"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://chromedriver.storage.googleapis.com/$version/chromedriver_win32.zip"
|
|
}
|
|
}
|