Skip to content

Commit

Permalink
Merge pull request #201044 from Homebrew/bump-tetra-1.3.0
Browse files Browse the repository at this point in the history
tetra 1.3.0
  • Loading branch information
BrewTestBot authored Dec 13, 2024
2 parents 7958556 + 1f24fd8 commit 243710f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/t/tetra.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Tetra < Formula
desc "Tetragon CLI to observe, manage and troubleshoot Tetragon instances"
homepage "https://github.com/cilium/tetragon"
url "https://github.com/cilium/tetragon/archive/refs/tags/v1.2.1.tar.gz"
sha256 "420f9fde6196d1c35642415a488439a6000d45e6fe597f07e85166483b7a2bd1"
url "https://github.com/cilium/tetragon/archive/refs/tags/v1.3.0.tar.gz"
sha256 "1ca223e92895403600739ab1404dbff8d3a875307060c507ea4e5bc270470d01"
license "Apache-2.0"

livecheck do
Expand All @@ -11,12 +11,12 @@ class Tetra < Formula
end

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "5ce262401e99fc6013eb9520e06899c0a655086f161cff0fef3b61fc176de0d4"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "d35e936df3c76800ef772762936f22f40299e49f095b033ca0f9c6e569d2286c"
sha256 cellar: :any_skip_relocation, arm64_ventura: "010b5a7e35eb3abd1608384abde348ad5f28f0d57a1df9fa7f955fcac9d6e477"
sha256 cellar: :any_skip_relocation, sonoma: "1865944c948f5669e304805e89c0f3c6c32010db7d83ac7fc66d6892670983a4"
sha256 cellar: :any_skip_relocation, ventura: "2c428411c056efe4dc6da7f44d792ac05d20252e9a589b0b5556abb1b92b82dd"
sha256 cellar: :any_skip_relocation, x86_64_linux: "d7e7c47bacc953b74ffe4546221d4a68077e6c4b4567b8fba0eacf72097151c2"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "3651f4e45141440f5167ffae34beb6515e53cd8f4395807b9c925ddd74d61ef4"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "3651f4e45141440f5167ffae34beb6515e53cd8f4395807b9c925ddd74d61ef4"
sha256 cellar: :any_skip_relocation, arm64_ventura: "3651f4e45141440f5167ffae34beb6515e53cd8f4395807b9c925ddd74d61ef4"
sha256 cellar: :any_skip_relocation, sonoma: "918bfad12c7e32174fb052853bc1b7326baf52b96404ea3e84fc3ae197233223"
sha256 cellar: :any_skip_relocation, ventura: "918bfad12c7e32174fb052853bc1b7326baf52b96404ea3e84fc3ae197233223"
sha256 cellar: :any_skip_relocation, x86_64_linux: "29123bbc3984845f978dd4880e4a5c08a5090e49098bd02e529e07b8e0fa6d04"
end

depends_on "go" => :build
Expand Down

0 comments on commit 243710f

Please sign in to comment.