Skip to content

Commit

Permalink
Merge pull request Homebrew#203155 from Homebrew/bump-kubeshark-52.3.93
Browse files Browse the repository at this point in the history
kubeshark 52.3.93
  • Loading branch information
BrewTestBot authored Jan 3, 2025
2 parents 6e79202 + 338eb61 commit 98dd9ad
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/k/kubeshark.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Kubeshark < Formula
desc "API Traffic Analyzer providing real-time visibility into Kubernetes network"
homepage "https://www.kubeshark.co/"
url "https://github.com/kubeshark/kubeshark/archive/refs/tags/v52.3.92.tar.gz"
sha256 "191aedeb123dcdfcc5ac4618829928ae629173fedcd4a442f825bb6cb61a0c97"
url "https://github.com/kubeshark/kubeshark/archive/refs/tags/v52.3.93.tar.gz"
sha256 "6e5a867b708f46a0c0de26db3caad786c665c7c154e49250afc49e7a8c4d7a40"
license "Apache-2.0"

# Upstream creates releases that use a stable tag (e.g., `v1.2.3`) but are
Expand All @@ -14,12 +14,12 @@ class Kubeshark < Formula
end

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "4c8eca89a192349ca5a0bedc1b7e272fb37cbe60faa2169aec20414f236fcbfe"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "6add4fbd8705a2454dec45aa82ff9bcc42eb8c67c99a3aa336e4d8dc68b92437"
sha256 cellar: :any_skip_relocation, arm64_ventura: "f59014ddab0a3774b401effa785684de5b73780e6a6a993337718a7c4d15622f"
sha256 cellar: :any_skip_relocation, sonoma: "d867f9ffbf3e09f53dd1532da607f5194a230103c99dea9eae490f7144fec064"
sha256 cellar: :any_skip_relocation, ventura: "aceffdf910e8d79877bad779794a9b5b85ef640df960e70a729e5a5156b9f9b6"
sha256 cellar: :any_skip_relocation, x86_64_linux: "dded6550213d2f0c60e1f25d0e58562954fdfe207e8eae7e3017b5660e08ad0f"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "0ec5ac35923cfc42085dea6d2510e5e1d5d20e25add6875dc9f373e8fd49027f"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "24c0235bcfda3cd9c63be0e69ab975ee308f00419b473600e9edec799cca8a69"
sha256 cellar: :any_skip_relocation, arm64_ventura: "2b9ca31cc776b27e2ab1a757aaeba2246c9d5653dc1d6e6d0d8d0d6a84a38823"
sha256 cellar: :any_skip_relocation, sonoma: "4923b814d80a94d3ff6710dcedc228f33394043226528d1cab9f232f08e994ff"
sha256 cellar: :any_skip_relocation, ventura: "4abbd9b76269bc0778e3fa532068af49f07824ce475ace08eae0cb38f9012c0a"
sha256 cellar: :any_skip_relocation, x86_64_linux: "ae89bd96acebf1e89bfeda9c3e966b7d1d6b4568343bf893db98d5d1383514f7"
end

depends_on "go" => :build
Expand Down

0 comments on commit 98dd9ad

Please sign in to comment.