Skip to content

Commit 243710f

Browse files
authored
Merge pull request Homebrew#201044 from Homebrew/bump-tetra-1.3.0
tetra 1.3.0
2 parents 7958556 + 1f24fd8 commit 243710f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/t/tetra.rb

Lines changed: 8 additions & 8 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.1.tar.gz"
5-
sha256 "420f9fde6196d1c35642415a488439a6000d45e6fe597f07e85166483b7a2bd1"
4+
url "https://github.com/cilium/tetragon/archive/refs/tags/v1.3.0.tar.gz"
5+
sha256 "1ca223e92895403600739ab1404dbff8d3a875307060c507ea4e5bc270470d01"
66
license "Apache-2.0"
77

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

1313
bottle do
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"
14+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "3651f4e45141440f5167ffae34beb6515e53cd8f4395807b9c925ddd74d61ef4"
15+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "3651f4e45141440f5167ffae34beb6515e53cd8f4395807b9c925ddd74d61ef4"
16+
sha256 cellar: :any_skip_relocation, arm64_ventura: "3651f4e45141440f5167ffae34beb6515e53cd8f4395807b9c925ddd74d61ef4"
17+
sha256 cellar: :any_skip_relocation, sonoma: "918bfad12c7e32174fb052853bc1b7326baf52b96404ea3e84fc3ae197233223"
18+
sha256 cellar: :any_skip_relocation, ventura: "918bfad12c7e32174fb052853bc1b7326baf52b96404ea3e84fc3ae197233223"
19+
sha256 cellar: :any_skip_relocation, x86_64_linux: "29123bbc3984845f978dd4880e4a5c08a5090e49098bd02e529e07b8e0fa6d04"
2020
end
2121

2222
depends_on "go" => :build

0 commit comments

Comments
 (0)