Skip to content

Commit b81b9d9

Browse files
committed
goshs: add 1.0.8 bottle.
1 parent 3cab602 commit b81b9d9

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Formula/g/goshs.rb

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)