mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-08 08:21:19 +00:00
15 lines
544 B
JSON
15 lines
544 B
JSON
{
|
|
"version": "2.37",
|
|
"homepage": "https://sites.google.com/a/chromium.org/chromedriver/",
|
|
"url": "https://chromedriver.storage.googleapis.com/2.37/chromedriver_win32.zip",
|
|
"hash": "b8d12fa27ca688486e05a27e5803190a8da880843430b9372d3cd4a9ebeb2d1f",
|
|
"bin": "chromedriver.exe",
|
|
"checkver": {
|
|
"url": "https://chromedriver.storage.googleapis.com/LATEST_RELEASE",
|
|
"re": "([\\d.]+)"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://chromedriver.storage.googleapis.com/$version/chromedriver_win32.zip"
|
|
}
|
|
}
|