Skip to content

Commit 153b628

Browse files
authored
Merge pull request Homebrew#227222 from Homebrew/bump-block-goose-cli-1.0.29
block-goose-cli 1.0.29
2 parents 988f18d + b60e55a commit 153b628

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.28.tar.gz"
5-
sha256 "780ec1f805038b3c5549b4c04c55770a5bb25d7a252ef00c61ee26bb873e89a9"
4+
url "https://github.com/block/goose/archive/refs/tags/v1.0.29.tar.gz"
5+
sha256 "90551b6ef9e2197a55df7f3ccaf50fc1fc7316e63fac6a42a4df98bb9a45e511"
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: "1899c4c918e1d37d045fcbeab1283644e894c66e180e852d62af71c766191fbe"
16-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "1c4c7cfb8f0e1d680e2d25400e05fded24aa4cebc508d18cf51442aaa50f3347"
17-
sha256 cellar: :any_skip_relocation, arm64_ventura: "d1a54658733c81cdcd30ebacb7c4d0d13cf7482306c865d8bc5d522dfb9bc9a2"
18-
sha256 cellar: :any_skip_relocation, sonoma: "4a5950b0f94b009f0f502390d3a0b30a3f1c4135f441b10144ff5d9bfa0a47ca"
19-
sha256 cellar: :any_skip_relocation, ventura: "911e8d36242ae15d3a3551833904608d2c11224e4004ead19a4473d2a17a9623"
20-
sha256 cellar: :any_skip_relocation, arm64_linux: "3a81db9d8b444cfd004d1a506bb5e66e23da126e6ccdb8da99fd87091cedc161"
21-
sha256 cellar: :any_skip_relocation, x86_64_linux: "d8c5e0d8db65353d9df7239b9dd78d5fdb2c87f07207936b680113fbda1dd2f1"
15+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "e4bb6883fcbbda578d5805bb3e87cf48d6f297459a9fb6a6efe776ca9faf00f4"
16+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "2d04608bef72303ec4ddbb05f9978ab219aaba9c13e9b1b5831db11c0cb73410"
17+
sha256 cellar: :any_skip_relocation, arm64_ventura: "e0a2eb116c8cb0d640022fd7c3750d96818258f9027c063f8d7e2d0501163a35"
18+
sha256 cellar: :any_skip_relocation, sonoma: "1215d94fd496d36176dfc77846aed2ca5fbbd18eabea880ea7ecd3fc9ce68171"
19+
sha256 cellar: :any_skip_relocation, ventura: "bbc489d2f46697c0fc16c712dec69deea5bf0541fe6ab9240f00ac88868b07be"
20+
sha256 cellar: :any_skip_relocation, arm64_linux: "8f128227cb7ba4e71b711316edd33e4559152386195d6f03b48ff918804a0fe2"
21+
sha256 cellar: :any_skip_relocation, x86_64_linux: "e4b485568d6aecdf999dab7458cf152098de979825fd0459548e8ab0907e68e1"
2222
end
2323

2424
depends_on "pkgconf" => :build

0 commit comments

Comments
 (0)