ScoopInstaller_Main/bucket/selenium.json
2021-12-03 18:02:02 +00:00

23 lines
842 B
JSON

{
"version": "4.1.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",
"suggest": {
"JDK": [
"java/openjdk",
"java/oraclejdk"
]
},
"url": "https://github.com/SeleniumHQ/selenium/releases/download/selenium-4.1.0/selenium-server-4.1.0.jar#/selenium.jar",
"hash": "5f6701edf43b557495292fa032d6c1f31f0d0aa2f6cf71f844fb8b30775641fe",
"bin": "selenium.jar",
"checkver": {
"github": "https://github.com/SeleniumHQ/selenium",
"regex": "selenium-([\\d.]+)"
},
"autoupdate": {
"url": "https://github.com/SeleniumHQ/selenium/releases/download/selenium-$version/selenium-server-$version.jar#/selenium.jar"
}
}