ScoopInstaller_Main/bucket/chromedriver.json
2019-04-24 04:00:19 +00:00

17 lines
734 B
JSON

{
"version": "74.0.3729.6",
"homepage": "https://sites.google.com/a/chromium.org/chromedriver/",
"description": "An open source tool for automated testing of webapps across many browsers",
"license": "BSD-3-Clause",
"url": "https://chromedriver.storage.googleapis.com/74.0.3729.6/chromedriver_win32.zip",
"hash": "9d1088968f645f39234b149201507d0f09c818880ba908ddbb279d352ed9dc58",
"bin": "chromedriver.exe",
"checkver": {
"url": "https://sites.google.com/a/chromium.org/chromedriver/",
"regex": "Latest stable release:\\s*<a[^>]+>ChromeDriver\\s*([\\d.]+)<"
},
"autoupdate": {
"url": "https://chromedriver.storage.googleapis.com/$version/chromedriver_win32.zip"
}
}