ScoopInstaller_Main/selenium.json
2018-05-09 16:01:37 +00:00

16 lines
737 B
JSON

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