|
1 | 1 | class ClaudeSquad < Formula |
2 | 2 | desc "Manage multiple AI agents like Claude Code, Aider and Codex in your terminal" |
3 | 3 | 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" |
6 | 6 | license "AGPL-3.0-only" |
7 | 7 | head "https://github.com/smtg-ai/claude-squad.git", branch: "main" |
8 | 8 |
|
9 | 9 | 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" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "go" => :build |
|
0 commit comments