Skip to content

Commit

Permalink
Merge pull request #191359 from Homebrew/bump-selenium-server-4.25.0
Browse files Browse the repository at this point in the history
selenium-server 4.25.0
  • Loading branch information
BrewTestBot committed Sep 20, 2024
2 parents ee77b15 + 000601d commit 1f7e1f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Formula/s/selenium-server.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class SeleniumServer < Formula
desc "Browser automation for testing purposes"
homepage "https://www.selenium.dev/"
url "https://github.com/SeleniumHQ/selenium/releases/download/selenium-4.24.0/selenium-server-4.24.0.jar"
sha256 "aa3bd6e9820a359a54da0cf06836ad42a7555ee13b5235ff60228f637db9bb57"
url "https://github.com/SeleniumHQ/selenium/releases/download/selenium-4.25.0/selenium-server-4.25.0.jar"
sha256 "bde3bda5017170711e799631df978510de9176dafafb5fd2ea59b2923f654c91"
license "Apache-2.0"

livecheck do
Expand All @@ -11,7 +11,7 @@ class SeleniumServer < Formula
end

bottle do
sha256 cellar: :any_skip_relocation, all: "9750da5b54f62143f25350eee11aaafb867eace0c784fd1592b5a5ebb49e9cc7"
sha256 cellar: :any_skip_relocation, all: "9a6565981914159b14ec07da7f199656bd76300dfe2c9d3f7b9c005a71c78013"
end

depends_on "openjdk"
Expand Down

0 comments on commit 1f7e1f3

Please sign in to comment.