mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
18 lines
717 B
JSON
18 lines
717 B
JSON
{
|
|
"version": "99.0.4844.51",
|
|
"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/99.0.4844.51/chromedriver_win32.zip",
|
|
"hash": "md5:c42faa8f2d89fe5d3f3ba20658787144",
|
|
"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\""
|
|
}
|
|
}
|
|
}
|