Skip to content

Commit 078c412

Browse files
committed
lazycontainer: add 0.0.1 bottle.
1 parent 5ce30fc commit 078c412

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Formula/l/lazycontainer.rb

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ class Lazycontainer < Formula
66
license "MIT"
77
head "https://github.com/andreybleme/lazycontainer.git", branch: "main"
88

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

1120
def install

0 commit comments

Comments
 (0)