Skip to content

Commit 469702e

Browse files
authored
Merge pull request #229315 from Homebrew/bump-block-goose-cli-1.0.34
block-goose-cli 1.0.34
2 parents 0c1cd3c + c54fcc5 commit 469702e

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.0.32.tar.gz"
5-
sha256 "acb1509d3c1acff74fd1692a6ae59ee65e3af1b402dc1a50a2ccc71f79162320"
4+
url "https://github.com/block/goose/archive/refs/tags/v1.0.34.tar.gz"
5+
sha256 "d117c6f6d1f739a08b7012f2117dd7c2dc2450ea62687aa2a933aa41ee21bfa5"
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: "0854e81a97bd52b4f3f86f8dccbe34d37946a420d29cf335e5e24dd07652ffde"
16-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "2cbbdb98d1990863e13d4e0517dba02b885f3bee980beff628025aa790abf3f6"
17-
sha256 cellar: :any_skip_relocation, arm64_ventura: "779a5a367d989771b6dd979ae5d47d5a42a164106f35ac2faf2b7815423c6710"
18-
sha256 cellar: :any_skip_relocation, sonoma: "66a20d04fb86f32a78f684da05edded7629ee553c005252d6d3e254a8e1b45fc"
19-
sha256 cellar: :any_skip_relocation, ventura: "8f5d21c217eb18be7525e78406602ecb1e01bb35b1b3af187d17972c5cdf8901"
20-
sha256 cellar: :any_skip_relocation, arm64_linux: "9e11b1931e7ce66bd1cecb14c4beceaf2f6cd369542afd16e1da5db9a7e96dcc"
21-
sha256 cellar: :any_skip_relocation, x86_64_linux: "f0ea8c108ddf7144dfa840b31b571e26bec392cdb10a695309f59da5959f3887"
15+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "bfedcaf84b4fe934fc424daf941031eaa65e5885d60932e3aba07720254c94e6"
16+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "d439b6cbd2ea3f427883d27bbf94c547bb7fef3779fe5403653afc719000d10d"
17+
sha256 cellar: :any_skip_relocation, arm64_ventura: "9bd5060d5e65e746d98867fcd2ad94b4ccae16360ba16bd8754fd3af846ec178"
18+
sha256 cellar: :any_skip_relocation, sonoma: "21df625bc907911884cae3f69020ce8bf9e742c3e43bb908e32afb11dbfe28b1"
19+
sha256 cellar: :any_skip_relocation, ventura: "ad01f292631a2795937cc504a9e91cbf5f9a0a0ba7ea9e81d8a8af470a632a0b"
20+
sha256 cellar: :any_skip_relocation, arm64_linux: "f21a798308daaeaf6fd1f92257300c8619b017fa2a9a6f7d888b9b3665b5ae60"
21+
sha256 cellar: :any_skip_relocation, x86_64_linux: "11adab6ebfc6cf0de4d184fcfc7a76d6ca6c77421d6627f674c1361a81057fb8"
2222
end
2323

2424
depends_on "pkgconf" => :build

0 commit comments

Comments
 (0)