File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments