ScoopInstaller_Main/selenium.json
2018-06-25 19:00:23 +00:00

16 lines
737 B
JSON

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