Skip to content

Commit

Permalink
Merge pull request Homebrew#176822 from Homebrew/PR/176817
Browse files Browse the repository at this point in the history
Replacement for Homebrew#176817
  • Loading branch information
BrewTestBot authored Jul 9, 2024
2 parents 2cf98fa + 87e61b9 commit f4bfbd0
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/k/kubeshark.rb
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
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.68.tar.gz"
sha256 "05ff6bbf11c1ac0ab6467d987b6050d850edd1bba6325766873de76e7cbebdc5"
url "https://github.com/kubeshark/kubeshark/archive/refs/tags/v52.3.69.tar.gz"
sha256 "8088520ff96687526fcfdc740633ab1c51b0260b31f9de300afbf527ff32db11"
license "Apache-2.0"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "c99a7d804b0423c93968d40e8b2e38c3a868a5091db966d5054e3531cdeef696"
sha256 cellar: :any_skip_relocation, arm64_ventura: "c0b0244a22b58b27a80a4d8a535379ac879afa57f2f7bbe317fdc50b9bf7ee67"
sha256 cellar: :any_skip_relocation, arm64_monterey: "4dffedf199d4bb6e8990a6894266e5fb363b8594db4b12cb2ebb8a9b5515f988"
sha256 cellar: :any_skip_relocation, sonoma: "d6d4398227a96fedcd6294bb04ae6e7e79bd34171c5ce8217020092f65211c81"
sha256 cellar: :any_skip_relocation, ventura: "da7c66de01e4c7aed204e40f6e4b3c2592d5feee5f8ac8e1ebcc3ffa696eae70"
sha256 cellar: :any_skip_relocation, monterey: "9231e62f3ea388a40c196e6e2d69cfe1132bfce7f41543b3e63669e34b03f6e3"
sha256 cellar: :any_skip_relocation, x86_64_linux: "1ecd2cfaf38219a1b26c36ee00f3adbb7a1447085e989724cb1936707fbfedde"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "cc04c7e96917c6ebf582a3ae0b13beeb8c0b817852925e64e70649e714daf99e"
sha256 cellar: :any_skip_relocation, arm64_ventura: "373b2a28d7f83d31946a3324da946353a9e592d2476719c15aeeb0044a3edf9e"
sha256 cellar: :any_skip_relocation, arm64_monterey: "76b062f9e4ddf548b71a6f037ee0089af20e62c1acc1fa647330db8ca5b30d6c"
sha256 cellar: :any_skip_relocation, sonoma: "1770cfe00859ded794cb1695d0f23553e0f87ee99bb471237d3325aff34297db"
sha256 cellar: :any_skip_relocation, ventura: "c3fcc88eb45fa823712897c14b97a2f5e78e134b7c0e82807dbf94da84c8f0f2"
sha256 cellar: :any_skip_relocation, monterey: "0a836f0912d0960aded01a348755c55e7cecabb84bf7a8d252ee27ea905b060f"
sha256 cellar: :any_skip_relocation, x86_64_linux: "c4169900a1116b67fb76f676c2a395700edcc43fd432411fbc9a6c7063d4a7d3"
end

depends_on "go" => :build
Expand Down

0 comments on commit f4bfbd0

Please sign in to comment.