Skip to content

Commit 90b0f7e

Browse files
authored
Merge pull request #233968 from Homebrew/bump-block-goose-cli-1.4.1
block-goose-cli 1.4.1
2 parents d5f408c + e84b8c7 commit 90b0f7e

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/b/block-goose-cli.rb

Lines changed: 9 additions & 9 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.4.0.tar.gz"
5-
sha256 "b00f8029e22a06020891ea3d318e283e6e62f53d07aed17085802dc754cfc078"
4+
url "https://github.com/block/goose/archive/refs/tags/v1.4.1.tar.gz"
5+
sha256 "d792800ea69b720f44b6d2627ebb982a67eb4be4dd9a57bce4fe3f6afc6c0e38"
66
license "Apache-2.0"
77
head "https://github.com/block/goose.git", branch: "main"
88

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

1414
bottle do
15-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "95a59ddeef8061d0406f08809ea1df21e36b60903b2dc2225ab9b2409b3a921c"
16-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "c36e1439195c69932bd5684bf95821f0cf51e01a575320125d1f1d558111c311"
17-
sha256 cellar: :any_skip_relocation, arm64_ventura: "a8a9cd60230b5f991e5c6cf09bd078b8d0ce8725d48cf14ba1c6a759297b4ac1"
18-
sha256 cellar: :any_skip_relocation, sonoma: "18c50a83ab2fb022ffec4a028da237da4d75760e5daf1b658f476da16725e38c"
19-
sha256 cellar: :any_skip_relocation, ventura: "ee24573b8630301e02fc5131ad88af21369b9e1b8f26c7638875d08aa49343d0"
20-
sha256 cellar: :any_skip_relocation, arm64_linux: "143ab807b840f7cb6579432b4b161158e59a6cf3db6c2d0fb836bc880b1f741c"
21-
sha256 cellar: :any_skip_relocation, x86_64_linux: "21ca72b35af1eb49edf7e167607cdf3dfa85fb1487fd97026a923d1d50ad80b4"
15+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "6b2a8e4b1bba74be62ceadb33b4a85ecdeab395582b5395a02170110d7104ae0"
16+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "9d968640012060f0c7c9c5ff40b303184e797a61ab4d0225c4744e5b10614323"
17+
sha256 cellar: :any_skip_relocation, arm64_ventura: "a2097a00e96ed435e79e2edfb8578e5baa7a4da1178aaadada3ec183e485b403"
18+
sha256 cellar: :any_skip_relocation, sonoma: "a1ea5f01cca4e452e6b4613b755613cd1e958ec881a6d10b178c529bdc7f008e"
19+
sha256 cellar: :any_skip_relocation, ventura: "18ed02a884012bada3ff139cc08efd06b861757006ae37d7e9aa9fc0b03f7ef5"
20+
sha256 cellar: :any_skip_relocation, arm64_linux: "1defcadfa3490d735752bc70bbdb712496cab1217cca520a47f22fd2809042ab"
21+
sha256 cellar: :any_skip_relocation, x86_64_linux: "e0ffed2dc9d19e2ed040b2a981c915872fff82a9f4ee8c6b5ddcb8f7531adfd9"
2222
end
2323

2424
depends_on "pkgconf" => :build

0 commit comments

Comments
 (0)