mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
16 lines
743 B
JSON
16 lines
743 B
JSON
{
|
|
"version": "3.141.59",
|
|
"homepage": "http://www.seleniumhq.org/",
|
|
"url": "https://selenium-release.storage.googleapis.com/3.141./selenium-server-standalone-3.141.59.jar#/selenium.jar",
|
|
"hash": "acf71b77d1b66b55db6fb0bed6d8bae2bbd481311bcbedfeff472c0d15e8f3cb",
|
|
"bin": "selenium.cmd",
|
|
"pre_install": "\"@java -jar \"\"$dir\\selenium.jar\"\" %*\" | out-file -en oem \"$dir\\selenium.cmd\"",
|
|
"checkver": {
|
|
"url": "http://www.seleniumhq.org/download/",
|
|
"re": "Download version\\s+<a href=\".*\">(?<version>(?<short>[\\d.]+).[\\d.]+)</"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://selenium-release.storage.googleapis.com/$matchShort/selenium-server-standalone-$version.jar#/selenium.jar"
|
|
}
|
|
}
|