mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-20 15:41: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": "60c356fa6b7db08ecc127e02901618495af10f08806021760a01679facaab9fe",
|
|
"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"
|
|
}
|
|
}
|