Skip to content

Commit a463594

Browse files
committed
harbor-cli: add 0.0.14 bottle.
1 parent cc8181d commit a463594

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Formula/h/harbor-cli.rb

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ class HarborCli < Formula
66
license "Apache-2.0"
77
head "https://github.com/goharbor/harbor-cli.git", branch: "main"
88

9+
bottle do
10+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "7dba396bcb743afdb4369377188da49c0c7c9401ca02cda017a67f10c7366c0c"
11+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "7dba396bcb743afdb4369377188da49c0c7c9401ca02cda017a67f10c7366c0c"
12+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "7dba396bcb743afdb4369377188da49c0c7c9401ca02cda017a67f10c7366c0c"
13+
sha256 cellar: :any_skip_relocation, sonoma: "21873226774fb128fe5b9762315e54f7a22aaccd781e9a658546e88a8d648b91"
14+
sha256 cellar: :any_skip_relocation, x86_64_linux: "e78633ed481ca1e21566ea4036a3cdc5c8cbc7276da376d5c37efe96f9b4f1f0"
15+
end
16+
917
depends_on "go" => :build
1018

1119
def install

0 commit comments

Comments
 (0)