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 Matcha < Formula
66 license "MIT"
77 head "https://github.com/piqoni/matcha.git" , branch : "main"
88
9+ bottle do
10+ sha256 cellar : :any_skip_relocation , arm64_tahoe : "c890cebefafd0d35f6adff006bc5c8cd0675d49e5d9bbea2ce2822bbd1e5b57e"
11+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "c890cebefafd0d35f6adff006bc5c8cd0675d49e5d9bbea2ce2822bbd1e5b57e"
12+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "c890cebefafd0d35f6adff006bc5c8cd0675d49e5d9bbea2ce2822bbd1e5b57e"
13+ sha256 cellar : :any_skip_relocation , sonoma : "b4a9798b4104d435c462561b8e0414f679c006d9bb3b2905b975e1227a9d5386"
14+ sha256 cellar : :any_skip_relocation , arm64_linux : "64dc79f83c0f24a356e6b84c0f297c1a79363df04650eebd223f59eda68a342a"
15+ sha256 cellar : :any_skip_relocation , x86_64_linux : "a0b21648be00ca66fa713290ba70b1a3513b64e723351d8e37750d0e96aa4643"
16+ end
17+
918 depends_on "go" => :build
1019
1120 def install
You can’t perform that action at this time.
0 commit comments