ScoopInstaller_Main/selenium.json
2018-02-08 00:00:18 +00:00

16 lines
734 B
JSON

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