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 Nova < Formula
66 license "Apache-2.0"
77 head "https://github.com/FairwindsOps/nova.git" , branch : "master"
88
9+ bottle do
10+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "19ce1ddbf6213ebb146cd2036bebafdea269c333f6292e36f13a22101c9bd5a1"
11+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "19ce1ddbf6213ebb146cd2036bebafdea269c333f6292e36f13a22101c9bd5a1"
12+ sha256 cellar : :any_skip_relocation , arm64_ventura : "19ce1ddbf6213ebb146cd2036bebafdea269c333f6292e36f13a22101c9bd5a1"
13+ sha256 cellar : :any_skip_relocation , sonoma : "e4fd80c52ad1b119cb9b7e2482217be94e8967c59bc631220d94b96babaf905d"
14+ sha256 cellar : :any_skip_relocation , ventura : "e4fd80c52ad1b119cb9b7e2482217be94e8967c59bc631220d94b96babaf905d"
15+ sha256 cellar : :any_skip_relocation , x86_64_linux : "1e1784c91e78d8ec6667bbea4bd7bd46c266cdd3415f8b6703b1d3cdba697e30"
16+ end
17+
918 depends_on "go" => :build
1019
1120 def install
You can’t perform that action at this time.
0 commit comments