Skip to content

Commit 2959222

Browse files
authored
Merge pull request Homebrew#199227 from Homebrew/bump-tetra-1.2.1
tetra 1.2.1
2 parents 1472209 + 279c58d commit 2959222

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

Formula/t/tetra.rb

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Tetra < Formula
22
desc "Tetragon CLI to observe, manage and troubleshoot Tetragon instances"
33
homepage "https://github.com/cilium/tetragon"
4-
url "https://github.com/cilium/tetragon/archive/refs/tags/v1.2.0.tar.gz"
5-
sha256 "da2da2b7ba4f3374753c0631bda543077e5622897e55c421d4630b2e72d4017e"
4+
url "https://github.com/cilium/tetragon/archive/refs/tags/v1.2.1.tar.gz"
5+
sha256 "420f9fde6196d1c35642415a488439a6000d45e6fe597f07e85166483b7a2bd1"
66
license "Apache-2.0"
77

88
livecheck do
@@ -11,14 +11,12 @@ class Tetra < Formula
1111
end
1212

1313
bottle do
14-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "10bc0b3d524d8e80b6e1cc98b8d88b3846ffe01e9ccde1163696b63641d80fc0"
15-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "50fb94ac3ac61b4605a4f51b66e8ac3b5b3e9f7ff94b65af75684ae7985ff0b2"
16-
sha256 cellar: :any_skip_relocation, arm64_ventura: "a1081c8068ff46a4e68570fefa9b475152a7a65c3f1bb0a16ff2a6b4449e94e0"
17-
sha256 cellar: :any_skip_relocation, arm64_monterey: "ae93a369c0fed87d0e95a747f122053d34b8d8998fc09d5d533c7fdd1bcdeb44"
18-
sha256 cellar: :any_skip_relocation, sonoma: "2e8c77fe518c20638c07d1d72e08dfb2f6f7eaeb60f9fb7f5e2f7c976f859bb6"
19-
sha256 cellar: :any_skip_relocation, ventura: "3d0c6fe8601747a29e456b4097d60d55b66582da36861d24438f1274ae3fa75d"
20-
sha256 cellar: :any_skip_relocation, monterey: "563d806d8c6e05cf4a4c10c523a81cac426aef44820747f36684d84f184bd23c"
21-
sha256 cellar: :any_skip_relocation, x86_64_linux: "e7601b77c82e76d2401da7ee0005c32fd5557d67fdbfc0d71e9dd120b802a4a2"
14+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "5ce262401e99fc6013eb9520e06899c0a655086f161cff0fef3b61fc176de0d4"
15+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "d35e936df3c76800ef772762936f22f40299e49f095b033ca0f9c6e569d2286c"
16+
sha256 cellar: :any_skip_relocation, arm64_ventura: "010b5a7e35eb3abd1608384abde348ad5f28f0d57a1df9fa7f955fcac9d6e477"
17+
sha256 cellar: :any_skip_relocation, sonoma: "1865944c948f5669e304805e89c0f3c6c32010db7d83ac7fc66d6892670983a4"
18+
sha256 cellar: :any_skip_relocation, ventura: "2c428411c056efe4dc6da7f44d792ac05d20252e9a589b0b5556abb1b92b82dd"
19+
sha256 cellar: :any_skip_relocation, x86_64_linux: "d7e7c47bacc953b74ffe4546221d4a68077e6c4b4567b8fba0eacf72097151c2"
2220
end
2321

2422
depends_on "go" => :build

0 commit comments

Comments
 (0)