selenium-server-standalone 2.48.2
Closes Homebrew/homebrew#44949. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
parent
da11c3983c
commit
f77e333e17
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
class SeleniumServerStandalone < Formula
|
||||
desc "Browser automation for testing purposes"
|
||||
homepage "http://seleniumhq.org/"
|
||||
url "https://selenium-release.storage.googleapis.com/2.47/selenium-server-standalone-2.47.1.jar"
|
||||
sha256 "45665f3bb4dffb668981258faff91823db4a1f6250fd24fd6698ec159a4aeb8a"
|
||||
url "https://selenium-release.storage.googleapis.com/2.48/selenium-server-standalone-2.48.2.jar"
|
||||
sha256 "dd68dcfcd687b732683cf56722c599a8e36e510c0906ac476c2083cb5df0bb4e"
|
||||
|
||||
def install
|
||||
libexec.install "selenium-server-standalone-#{version}.jar"
|
||||
|
|
Loading…
Reference in a new issue