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