mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-13 12:11:21 +00:00
15 lines
544 B
JSON
15 lines
544 B
JSON
{
|
|
"version": "2.36",
|
|
"homepage": "https://sites.google.com/a/chromium.org/chromedriver/",
|
|
"url": "https://chromedriver.storage.googleapis.com/2.36/chromedriver_win32.zip",
|
|
"hash": "a5992057ceaae52eb9b3f8e1fead7df5ca7e8c366a3cc3243c3dd8e6200c8a74",
|
|
"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"
|
|
}
|
|
}
|