Skip to content

Commit

Permalink
Merge pull request #207918 from Homebrew/bump-zipkin-3.5.0
Browse files Browse the repository at this point in the history
zipkin 3.5.0
  • Loading branch information
BrewTestBot authored Feb 16, 2025
2 parents b484f8c + d47d38f commit 107a8bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Formula/z/zipkin.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Zipkin < Formula
desc "Collect and visualize traces written in Zipkin format"
homepage "https://zipkin.io"
url "https://search.maven.org/remotecontent?filepath=io/zipkin/zipkin-server/3.4.4/zipkin-server-3.4.4-exec.jar"
sha256 "45530b0d895d7b56fffa5f6385f4bd45a6b8aa3c57e1c2bda4b4bb1225881333"
url "https://search.maven.org/remotecontent?filepath=io/zipkin/zipkin-server/3.5.0/zipkin-server-3.5.0-exec.jar"
sha256 "9b7d0dce0e6f663e75aa2e8b0359a7ede0a389fff4504df7c89724ccf93e387f"
license "Apache-2.0"

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

bottle do
sha256 cellar: :any_skip_relocation, all: "5bdb64f78113ea79378ac78cb644558059767d8bc267709a7a9fd6ecae71702d"
sha256 cellar: :any_skip_relocation, all: "ccfb4c11168ec7c8bbd3e7fda86378547521205249926fb3da3aaf3b06fa44d1"
end

depends_on "openjdk"
Expand Down

0 comments on commit 107a8bc

Please sign in to comment.