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 Kbld < Formula
66 license "Apache-2.0"
77 head "https://github.com/carvel-dev/kbld.git" , branch : "develop"
88
9+ bottle do
10+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "516e60d8536c37a1733172e2a5e950026f97ff66d09820b05196e4e59dd80082"
11+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "516e60d8536c37a1733172e2a5e950026f97ff66d09820b05196e4e59dd80082"
12+ sha256 cellar : :any_skip_relocation , arm64_ventura : "516e60d8536c37a1733172e2a5e950026f97ff66d09820b05196e4e59dd80082"
13+ sha256 cellar : :any_skip_relocation , sonoma : "618fa0ac2340bfcab3ada07fdb70f64c7a7eef31ad8d41b6a30c7bc8dcac2fd5"
14+ sha256 cellar : :any_skip_relocation , ventura : "618fa0ac2340bfcab3ada07fdb70f64c7a7eef31ad8d41b6a30c7bc8dcac2fd5"
15+ sha256 cellar : :any_skip_relocation , x86_64_linux : "e15c17078103f935499e0913a345fb044a77feb5bd7336f90b795a02d5159228"
16+ end
17+
918 depends_on "go" => :build
1019
1120 def install
You can’t perform that action at this time.
0 commit comments