Skip to content

Commit 016a3aa

Browse files
committed
x-cmd: add 0.5.6 bottle.
1 parent d20d9fd commit 016a3aa

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Formula/x/x-cmd.rb

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

0 commit comments

Comments
 (0)