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 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
You can’t perform that action at this time.
0 commit comments