ScoopInstaller_Main/selenium.json
2017-11-07 19:01:46 +00:00

16 lines
734 B
JSON

{
"version": "3.7.1",
"homepage": "http://www.seleniumhq.org/",
"url": "https://selenium-release.storage.googleapis.com/3.7/selenium-server-standalone-3.7.1.jar#/selenium.jar",
"hash": "b4a581ab35f2697618aa9c94721d7b2ca421c0a97dd96f974e341347263f09b6",
"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"
}
}