mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-19 22:01:22 +00:00
selenium: Update to 4.0.0 (#2907)
This commit is contained in:
parent
f72a6b1e44
commit
8bea7309c4
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "3.141.59",
|
||||
"version": "4.0.0",
|
||||
"description": "A smart proxy server that allows Selenium tests to route commands to remote web browser instances",
|
||||
"homepage": "https://selenium.dev",
|
||||
"license": "Apache-2.0",
|
||||
@ -9,14 +9,14 @@
|
||||
"java/oraclejdk"
|
||||
]
|
||||
},
|
||||
"url": "https://selenium-release.storage.googleapis.com/3.141/selenium-server-standalone-3.141.59.jar#/selenium.jar",
|
||||
"hash": "acf71b77d1b66b55db6fb0bed6d8bae2bbd481311bcbedfeff472c0d15e8f3cb",
|
||||
"url": "https://github.com/SeleniumHQ/selenium/releases/download/selenium-4.0.0/selenium-server-4.0.0.jar#/selenium.jar",
|
||||
"hash": "0e381d119e59c511c62cfd350e79e4150df5e29ff6164dde03631e60072261a5",
|
||||
"bin": "selenium.jar",
|
||||
"checkver": {
|
||||
"url": "https://selenium.dev/downloads/",
|
||||
"regex": "selenium-server-standalone-([\\d.]+)\\.jar"
|
||||
"github": "https://github.com/SeleniumHQ/selenium",
|
||||
"regex": "selenium-([\\d.]+)"
|
||||
},
|
||||
"autoupdate": {
|
||||
"url": "https://selenium-release.storage.googleapis.com/$majorVersion.$minorVersion/selenium-server-standalone-$version.jar#/selenium.jar"
|
||||
"url": "https://github.com/SeleniumHQ/selenium/releases/download/selenium-$version/selenium-server-$version.jar#/selenium.jar"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user