ScoopInstaller_Main/bucket/chromedriver.json
2023-05-03 12:30:27 +00:00

18 lines
719 B
JSON

{
"version": "113.0.5672.63",
"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/113.0.5672.63/chromedriver_win32.zip",
"hash": "md5:47853f34740941971c153b11365716ef",
"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\""
}
}
}