ScoopInstaller_Main/bucket/chromedriver.json
Hsiao-nan Cheung 7fa40ed967 chromedriver: Fix checkver and au.hash (#310)
* chromedriver: Fix checkver and au.hash

* Fix au.hash.regex

Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com>

* Fix checkver

Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com>
2019-08-09 07:33:13 -07:00

18 lines
717 B
JSON

{
"version": "76.0.3809.68",
"homepage": "https://chromedriver.chromium.org/",
"description": "An open source tool for automated testing of webapps across many browsers",
"license": "BSD-3-Clause",
"url": "https://chromedriver.storage.googleapis.com/76.0.3809.68/chromedriver_win32.zip",
"hash": "md5:60cf267c91730fd926edc0340273c137",
"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\""
}
}
}