Skip to content

Commit 6b623db

Browse files
authored
Merge pull request Homebrew#228610 from Homebrew/bump-selenium-server-4.34.0
selenium-server 4.34.0
2 parents 6b879a4 + 666f26d commit 6b623db

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Formula/s/selenium-server.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class SeleniumServer < Formula
22
desc "Browser automation for testing purposes"
33
homepage "https://www.selenium.dev/"
4-
url "https://github.com/SeleniumHQ/selenium/releases/download/selenium-4.33.0/selenium-server-4.33.0.jar"
5-
sha256 "40049aec23f0142ccf866942245d58cf3aa48f9c0fba0a5b9b92875f7e133383"
4+
url "https://github.com/SeleniumHQ/selenium/releases/download/selenium-4.34.0/selenium-server-4.34.0.jar"
5+
sha256 "c4ca7b2453abec28ac705cfc61321ba7ed62e886fbfd54c997b133d73c69c508"
66
license "Apache-2.0"
77

88
livecheck do
@@ -11,7 +11,7 @@ class SeleniumServer < Formula
1111
end
1212

1313
bottle do
14-
sha256 cellar: :any_skip_relocation, all: "196c204a39361ce45c1eb81f094aceeaf55429ae21dd747d31d88abbf73a4f5c"
14+
sha256 cellar: :any_skip_relocation, all: "798758819ac6c139c14969dc21d151c451daac6eb06d765ca8f7c72267ab117a"
1515
end
1616

1717
depends_on "openjdk"

0 commit comments

Comments
 (0)