ScoopInstaller_Main/bucket/chromedriver.json
2022-07-20 12:31:47 +00:00

18 lines
721 B
JSON

{
"version": "103.0.5060.134",
"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/103.0.5060.134/chromedriver_win32.zip",
"hash": "md5:79550cec2dbeb099216b3b756af188b8",
"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\""
}
}
}