Skip to content

Commit

Permalink
Merge pull request #157467 from krehel/bump-tetra-1.0.1
Browse files Browse the repository at this point in the history
tetra 1.0.1
  • Loading branch information
BrewTestBot authored Dec 15, 2023
2 parents da52fab + 106dd60 commit 06da6b2
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 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.0.0.tar.gz"
sha256 "992d9570ee0136586b94cb0096353a1d9852931f3d441a1c52c5c8ac6c8c55ae"
url "https://github.com/cilium/tetragon/archive/refs/tags/v1.0.1.tar.gz"
sha256 "3c08e54e35345a3bc38cc074293180481c5275d19c760c8a1b9df7cb703d4960"
license "Apache-2.0"

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

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "bc68fa231b993be680ab882780bb58df3c8d0cc22ace749ca4047354ef84ada2"
sha256 cellar: :any_skip_relocation, arm64_ventura: "a430434c8de32e1038da060e5a4716357da1ea10ef7e88276b1d34e39013c66c"
sha256 cellar: :any_skip_relocation, arm64_monterey: "bc9141072d854ffd87b907c0d0e39147dabde4d17cf56e1de45a719cac97eee3"
sha256 cellar: :any_skip_relocation, sonoma: "0570fd884743511ba36cdf172a927133280a4ff1d26e0e69f08ac6f5a247550d"
sha256 cellar: :any_skip_relocation, ventura: "ffef824bed11353b51630320534e81d9059c6494b4cb851e0f5aa5ae73b2468b"
sha256 cellar: :any_skip_relocation, monterey: "911f0f79bd46afd2e42b01c3e98b9e0dd2db12010eb25d129962c66a22d831aa"
sha256 cellar: :any_skip_relocation, x86_64_linux: "cd0b23e891eb7dd14678383faf51f30ce0ce6391794f7e9ac7d4e62bb33116c9"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "d098643f117ddd4c72579b27871efc193665fc74cd41aaa91b3c4bc4aa0502d7"
sha256 cellar: :any_skip_relocation, arm64_ventura: "ccc3d251630373c10deccd99a03cf52a8d830c5bdcb51d388267f31ef6d2646c"
sha256 cellar: :any_skip_relocation, arm64_monterey: "d0ca11344dbe1699e1fc78171e90d76ee2e401d8ab0cc1f447f1b554f5086798"
sha256 cellar: :any_skip_relocation, sonoma: "7cbbea137540a2eba9caba1df14b6ccb218c8175633b34ff00aa07a658708588"
sha256 cellar: :any_skip_relocation, ventura: "ef402bfbc5edde0a37c97839b943b8605403b28b2efcb056888c972a4ea0c5bc"
sha256 cellar: :any_skip_relocation, monterey: "314f32c74e08580ac6eb86f9de774f3e85bfcc8c3395f930280ef2ca22363791"
sha256 cellar: :any_skip_relocation, x86_64_linux: "6206b9e1f0e40c4aebd0b8058dbabd17dab44648ac645220663a5e331c9b35dd"
end

depends_on "go" => :build
Expand Down

0 comments on commit 06da6b2

Please sign in to comment.