Skip to content

Commit 05d9258

Browse files
authored
Merge pull request #228257 from Homebrew/bump-claude-squad-1.0.7
claude-squad 1.0.7
2 parents 37f5bf6 + fb24afb commit 05d9258

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/c/claude-squad.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class ClaudeSquad < Formula
22
desc "Manage multiple AI agents like Claude Code, Aider and Codex in your terminal"
33
homepage "https://smtg-ai.github.io/claude-squad/"
4-
url "https://github.com/smtg-ai/claude-squad/archive/refs/tags/v1.0.6.tar.gz"
5-
sha256 "cbc5bac64af5e8f4d8d1d671cba7ff3b6fcb8232bad318ae28356586f30560ec"
4+
url "https://github.com/smtg-ai/claude-squad/archive/refs/tags/v1.0.7.tar.gz"
5+
sha256 "3dd3645ef175ce87f00227e6c2014592d11e764218e9beb86973ccee57a67ad4"
66
license "AGPL-3.0-only"
77
head "https://github.com/smtg-ai/claude-squad.git", branch: "main"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "ffecddd650604eae9d3310add80b7dd038afbaf8a380c38e4e5228e67ed8b00c"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "ffecddd650604eae9d3310add80b7dd038afbaf8a380c38e4e5228e67ed8b00c"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "ffecddd650604eae9d3310add80b7dd038afbaf8a380c38e4e5228e67ed8b00c"
13-
sha256 cellar: :any_skip_relocation, sonoma: "06685cb47f88f02a82e76a416a491077ce161e7db9d7cf3680c1888214de9c51"
14-
sha256 cellar: :any_skip_relocation, ventura: "06685cb47f88f02a82e76a416a491077ce161e7db9d7cf3680c1888214de9c51"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "e37f2489bf1eb830a9ee08b4a7988f2d44488b174bf110e7fd1de538174d71e5"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "fe712cc3be008b8d012e5955d9d2427620f2838808a58945f08a401974e1e1b1"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "fe712cc3be008b8d012e5955d9d2427620f2838808a58945f08a401974e1e1b1"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "fe712cc3be008b8d012e5955d9d2427620f2838808a58945f08a401974e1e1b1"
13+
sha256 cellar: :any_skip_relocation, sonoma: "d575b578990779da2668e755be1207550ec3aa47a34df21fb64c2c054334bc8a"
14+
sha256 cellar: :any_skip_relocation, ventura: "d575b578990779da2668e755be1207550ec3aa47a34df21fb64c2c054334bc8a"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "9104ee1bfdf0205766ee85dc264d1b4b5b12a683e08d17449f75b3732228c584"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)