Skip to content

Commit ce573da

Browse files
authored
Merge pull request Homebrew#226918 from Homebrew/bump-x-cmd-0.6.0
x-cmd 0.6.0
2 parents fd70a27 + 0e6618a commit ce573da

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/x/x-cmd.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class XCmd < Formula
22
desc "Bootstrap 1000+ command-line tools in seconds"
33
homepage "https://x-cmd.com"
4-
url "https://github.com/x-cmd/x-cmd/archive/refs/tags/v0.5.14.tar.gz"
5-
sha256 "e0bccb4290c2eeef5ed97a963fbb8ed999d04eb842b6ee984e3f21007b1b46f7"
4+
url "https://github.com/x-cmd/x-cmd/archive/refs/tags/v0.6.0.tar.gz"
5+
sha256 "5a2bdc913e6ae35003a5d41dd359de3cdf6c5efb9f0fb0af299ba1b1360341b7"
66
license all_of: ["AGPL-3.0-only", "MIT", "BSD-3-Clause"]
77

88
head "https://github.com/x-cmd/x-cmd.git", branch: "X"
@@ -13,13 +13,13 @@ class XCmd < Formula
1313
end
1414

1515
bottle do
16-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "452aba0aa6a80ddee3a92bcdeb3c975916eb2fcecff9bc15408756d7aa7675ef"
17-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "452aba0aa6a80ddee3a92bcdeb3c975916eb2fcecff9bc15408756d7aa7675ef"
18-
sha256 cellar: :any_skip_relocation, arm64_ventura: "452aba0aa6a80ddee3a92bcdeb3c975916eb2fcecff9bc15408756d7aa7675ef"
19-
sha256 cellar: :any_skip_relocation, sonoma: "9c47b70f5a9d87789d3c065e5d2585c030893143584f3e5d40ce2a9581cf50cf"
20-
sha256 cellar: :any_skip_relocation, ventura: "9c47b70f5a9d87789d3c065e5d2585c030893143584f3e5d40ce2a9581cf50cf"
21-
sha256 cellar: :any_skip_relocation, arm64_linux: "2d71a9b07d44b9e0893682bd1f3370b6f96fa4555a492392aea94cb3cc7eee6b"
22-
sha256 cellar: :any_skip_relocation, x86_64_linux: "2d71a9b07d44b9e0893682bd1f3370b6f96fa4555a492392aea94cb3cc7eee6b"
16+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "4a83fa0924aa6c2caf672a72ef5d4fd78272de7dcbffe0748493e7e399b7a7fb"
17+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "4a83fa0924aa6c2caf672a72ef5d4fd78272de7dcbffe0748493e7e399b7a7fb"
18+
sha256 cellar: :any_skip_relocation, arm64_ventura: "4a83fa0924aa6c2caf672a72ef5d4fd78272de7dcbffe0748493e7e399b7a7fb"
19+
sha256 cellar: :any_skip_relocation, sonoma: "91f8e90821e57369abe776b80724d39e519682b083d8b1c7c3a21114317cd749"
20+
sha256 cellar: :any_skip_relocation, ventura: "91f8e90821e57369abe776b80724d39e519682b083d8b1c7c3a21114317cd749"
21+
sha256 cellar: :any_skip_relocation, arm64_linux: "79dbd45b076afa90b12640b77a18a0a647bdf5e1f838a9451940c053306b0b17"
22+
sha256 cellar: :any_skip_relocation, x86_64_linux: "79dbd45b076afa90b12640b77a18a0a647bdf5e1f838a9451940c053306b0b17"
2323
end
2424

2525
def install

0 commit comments

Comments
 (0)