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 @@ -7,6 +7,15 @@ class XCmd < Formula
77
88 head "https://github.com/x-cmd/x-cmd.git" , branch : "X"
99
10+ bottle do
11+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "a9e9d45759eb975546409d87239bc4dc4481bfcf5ede5c671a41847d4e95179b"
12+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "a9e9d45759eb975546409d87239bc4dc4481bfcf5ede5c671a41847d4e95179b"
13+ sha256 cellar : :any_skip_relocation , arm64_ventura : "a9e9d45759eb975546409d87239bc4dc4481bfcf5ede5c671a41847d4e95179b"
14+ sha256 cellar : :any_skip_relocation , sonoma : "4412b5da947a0c7fdb8c2a29b931bbf6653a94d924c303532864d4649196673e"
15+ sha256 cellar : :any_skip_relocation , ventura : "4412b5da947a0c7fdb8c2a29b931bbf6653a94d924c303532864d4649196673e"
16+ sha256 cellar : :any_skip_relocation , x86_64_linux : "a9e9d45759eb975546409d87239bc4dc4481bfcf5ede5c671a41847d4e95179b"
17+ end
18+
1019 def install
1120 prefix . install Dir . glob ( "*" )
1221 prefix . install Dir . glob ( ".x-cmd" )
You can’t perform that action at this time.
0 commit comments