Skip to content

Commit

Permalink
Merge pull request #153073 from p-linnane/bump-tetra-1.0.0
Browse files Browse the repository at this point in the history
tetra 1.0.0
  • Loading branch information
BrewTestBot authored Nov 1, 2023
2 parents 6442574 + bb186f8 commit 95192a4
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 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/v0.11.0.tar.gz"
sha256 "583ff25cfbc98efbcc4fa04430b9b82efcf5322ab090ee8509d662e540a8bcac"
url "https://github.com/cilium/tetragon/archive/refs/tags/v1.0.0.tar.gz"
sha256 "992d9570ee0136586b94cb0096353a1d9852931f3d441a1c52c5c8ac6c8c55ae"
license "Apache-2.0"

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

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "531697dfb21c36d06d41c929ae9ca34b114292e400a3de652b7c02ec62230999"
sha256 cellar: :any_skip_relocation, arm64_ventura: "29f4a665cf807083cd5675517aff08210bfc35fb237b3f817804a53ca0fa6a57"
sha256 cellar: :any_skip_relocation, arm64_monterey: "3455a344547c020e2d88538ab2f5512e16fc97fb5bded88511780c812609d3dd"
sha256 cellar: :any_skip_relocation, arm64_big_sur: "55052826f57ac587264b77ce625b9654c36dd255bed76fdf1abb5d318dfd2c07"
sha256 cellar: :any_skip_relocation, sonoma: "b53cab7445d36d3c73cde8fb74a715272277d41b92d4b3434763e39e8e9b5597"
sha256 cellar: :any_skip_relocation, ventura: "8f65ffdfc76ebad0abe6e87de5d161681ca7260395541859c494b9d0f85c1be8"
sha256 cellar: :any_skip_relocation, monterey: "9e657051d7992f356628c1632717001578f74a9a0805a0b90925516056f100cc"
sha256 cellar: :any_skip_relocation, big_sur: "dee2f468e4f6cf965ffff7b0ff73686a353bfa45963b2d249994d0dec1b5ad3a"
sha256 cellar: :any_skip_relocation, x86_64_linux: "bce2b9a6dd60bf7b9ad2d8df30e76bc2ebc4165440b5fa368e7fd894f10df448"
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"
end

depends_on "go" => :build
Expand Down

0 comments on commit 95192a4

Please sign in to comment.