Skip to content

Commit fe9bf54

Browse files
authored
Merge pull request #249968 from Homebrew/bump-block-goose-cli-1.10.3
block-goose-cli 1.10.3
2 parents b03c1b3 + 6709049 commit fe9bf54

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/b/block-goose-cli.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class BlockGooseCli < Formula
22
desc "Open source, extensible AI agent that goes beyond code suggestions"
33
homepage "https://block.github.io/goose/"
4-
url "https://github.com/block/goose/archive/refs/tags/v1.10.2.tar.gz"
5-
sha256 "c20d0b46aaceb9b21d512ca50dc5c55aa4ab7704d6357adbbb3b966fd1c96598"
4+
url "https://github.com/block/goose/archive/refs/tags/v1.10.3.tar.gz"
5+
sha256 "2238f252421b405898726127e6e1a1d58d47f1885d16a50d20c88512308344ba"
66
license "Apache-2.0"
77
head "https://github.com/block/goose.git", branch: "main"
88

@@ -12,12 +12,12 @@ class BlockGooseCli < Formula
1212
end
1313

1414
bottle do
15-
sha256 cellar: :any_skip_relocation, arm64_tahoe: "731e240ffbfb0476d9a260362bf020042c8a830e8771351b8bb9bcac58baebe3"
16-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "7c256829df7fa47697475d10c395eecfa0c915acd8086d315366d791d7e07e1c"
17-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "d2f14bd78c8a925630ec528cdaa9065de7905fe916678a700a040827b4fb0967"
18-
sha256 cellar: :any_skip_relocation, sonoma: "6e435d395f477aeb07e14b3e0558ff75264323402ef2a69921e7d4db6f005262"
19-
sha256 cellar: :any_skip_relocation, arm64_linux: "d2e6b4a559f32dfe29155e30bd28949a2627bf254fd087de35908aecc38d0ad6"
20-
sha256 cellar: :any_skip_relocation, x86_64_linux: "e0daae044aa63f04ccc213968d80125db985576528b1c6abe6906994575fba81"
15+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "f6730e6baafe56d2fa1221711167f9396e6d0db80556e48ebcfaf7c05c30cff3"
16+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "3380300fea9e025236a92e3c5553b58e219b9de51d0f3b3ff04ffcc35c97d1e4"
17+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "df1b80a00e9504d08112aa834e3988dcd7197ecc0a655bd6a18da927f1903a72"
18+
sha256 cellar: :any_skip_relocation, sonoma: "76203cc3f4e5743cee6e17a5f7d4028636e73696426f1b8abb7323ae77df2737"
19+
sha256 cellar: :any_skip_relocation, arm64_linux: "851e88cd6f9773478ba6ae43d655515faea9d23d0cb4fb65c8f2eabc7ac1e431"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "e98519c8661ddb52b1350effbbd0a20833de5b2925ce4e5fb3ad7539b4ba62ed"
2121
end
2222

2323
depends_on "pkgconf" => :build

0 commit comments

Comments
 (0)