Skip to content

Commit 080db1e

Browse files
committed
otel-cli: add 0.4.5 bottle.
1 parent c72a221 commit 080db1e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Formula/o/otel-cli.rb

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ class OtelCli < Formula
66
license "Apache-2.0"
77
head "https://github.com/equinix-labs/otel-cli.git", branch: "main"
88

9+
bottle do
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "9ae87c2f9fafe21f6f99739e0d86b3e0f1d70bb75c355e434f911d58150e1f01"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "9ae87c2f9fafe21f6f99739e0d86b3e0f1d70bb75c355e434f911d58150e1f01"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "9ae87c2f9fafe21f6f99739e0d86b3e0f1d70bb75c355e434f911d58150e1f01"
13+
sha256 cellar: :any_skip_relocation, sonoma: "8184d3d001f134321d8d3ceb6ea5b29d61bf134b189ae9206e275010a0f9c6c8"
14+
sha256 cellar: :any_skip_relocation, ventura: "8184d3d001f134321d8d3ceb6ea5b29d61bf134b189ae9206e275010a0f9c6c8"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "cb6e8b16d5493b5443bced5761cfeed0322e32d2cb043f83ac4626e5c80a4d22"
16+
end
17+
918
depends_on "go" => :build
1019

1120
def install

0 commit comments

Comments
 (0)