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 DockerDebug < Formula
66 license "MIT"
77 head "https://github.com/zeromake/docker-debug.git" , branch : "master"
88
9+ bottle do
10+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "2dfe42bbe836be8f2fd1345be00fb14810fa823ab353d9aababafdf0ba51737b"
11+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "2dfe42bbe836be8f2fd1345be00fb14810fa823ab353d9aababafdf0ba51737b"
12+ sha256 cellar : :any_skip_relocation , arm64_ventura : "2dfe42bbe836be8f2fd1345be00fb14810fa823ab353d9aababafdf0ba51737b"
13+ sha256 cellar : :any_skip_relocation , sonoma : "1c6629ef906f47228d1942689538b8d4eb8703f0f19bab4b172d6ec86a431f21"
14+ sha256 cellar : :any_skip_relocation , ventura : "1c6629ef906f47228d1942689538b8d4eb8703f0f19bab4b172d6ec86a431f21"
15+ sha256 cellar : :any_skip_relocation , x86_64_linux : "36b8ffa5f59cbcc3a3b82ff0bc51060accad5a55c8f5a59197f561b89fce2621"
16+ end
17+
918 depends_on "go" => :build
1019
1120 def install
You can’t perform that action at this time.
0 commit comments