ScoopInstaller_Main/chromedriver.json
2017-12-11 16:00:45 +00:00

15 lines
544 B
JSON

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