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