ScoopInstaller_Main/selenium.json
2018-08-13 14:00:26 +00:00

16 lines
737 B
JSON

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