ScoopInstaller_Main/chromedriver.json
2018-04-18 15:00:25 +00:00

15 lines
544 B
JSON

{
"version": "2.38",
"homepage": "https://sites.google.com/a/chromium.org/chromedriver/",
"url": "https://chromedriver.storage.googleapis.com/2.38/chromedriver_win32.zip",
"hash": "a8f7165e34a73ae570aa9b2ae087f6272133635679af20e71b7e4a0373c95f21",
"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"
}
}