Skip to content

Commit 0d50c09

Browse files
committed
kbld: add 0.45.0 bottle.
1 parent dd92be8 commit 0d50c09

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Formula/k/kbld.rb

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

0 commit comments

Comments
 (0)