ScoopInstaller_Main/bucket/chromedriver.json
2023-04-05 12:31:47 +00:00

18 lines
719 B
JSON

{
"version": "112.0.5615.49",
"description": "An open source tool for automated testing of webapps across many browsers",
"homepage": "https://chromedriver.chromium.org/",
"license": "BSD-3-Clause",
"url": "https://chromedriver.storage.googleapis.com/112.0.5615.49/chromedriver_win32.zip",
"hash": "md5:3aa0e2c3dca02a93422152248411c964",
"bin": "chromedriver.exe",
"checkver": "stable.*?([\\d.]+)<",
"autoupdate": {
"url": "https://chromedriver.storage.googleapis.com/$version/chromedriver_win32.zip",
"hash": {
"url": "https://chromedriver.storage.googleapis.com/?prefix=$version/",
"regex": "$version/$basename.*?\"$md5\""
}
}
}