ScoopInstaller_Main/bucket/chromedriver.json
2023-03-08 08:30:53 +00:00

18 lines
719 B
JSON

{
"version": "111.0.5563.64",
"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/111.0.5563.64/chromedriver_win32.zip",
"hash": "md5:1ab9bad13ad569d982302e7e4da63d6c",
"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\""
}
}
}