Skip to content

Commit 72981eb

Browse files
committed
jenkins-cli: add 0.0.47 bottle.
1 parent b1ac02b commit 72981eb

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Formula/j/jenkins-cli.rb

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ class JenkinsCli < Formula
66
license "MIT"
77
head "https://github.com/jenkins-zh/jenkins-cli.git", branch: "master"
88

9+
bottle do
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "85ed47aaf4a16751608eef650d8b7cab3e8af8c8133ed82bf6a7305004adb110"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "85ed47aaf4a16751608eef650d8b7cab3e8af8c8133ed82bf6a7305004adb110"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "85ed47aaf4a16751608eef650d8b7cab3e8af8c8133ed82bf6a7305004adb110"
13+
sha256 cellar: :any_skip_relocation, sonoma: "61397dd36ee2b9195bbef96430a8aed787a0a38e733ed397c425400e03304848"
14+
sha256 cellar: :any_skip_relocation, ventura: "61397dd36ee2b9195bbef96430a8aed787a0a38e733ed397c425400e03304848"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "b253ad3ba372e8bf59b0724c656e5ce77b8b522cd9651e731aaea6d846309e78"
16+
end
17+
918
depends_on "go" => :build
1019

1120
def install

0 commit comments

Comments
 (0)