Skip to content

Commit 75caf49

Browse files
authored
Merge pull request #228655 from Homebrew/bump-block-goose-cli-1.0.31
block-goose-cli 1.0.31
2 parents 97a6443 + 47b6a42 commit 75caf49

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.30.tar.gz"
5-
sha256 "512de33261c3f58894e4f4ab997693d21aca2d484929590b0a8e087f08b7883d"
4+
url "https://github.com/block/goose/archive/refs/tags/v1.0.31.tar.gz"
5+
sha256 "c244b88010ceff40420ccb2d45d2f15580a03c2df45b47a8606d245f58f9d22d"
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: "a175ba1b05ef14b7d8ad249d53230926c4d1bb3f23ffb6121f1f4ce341be5e39"
16-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "696ad117be823403a8a13e10c38ef9eee67940cfa54bef38091843b824ec698a"
17-
sha256 cellar: :any_skip_relocation, arm64_ventura: "cf2d64d997f3e9f6d51fa8c14183fa78f6cd82ebb0de200955430e3972c17627"
18-
sha256 cellar: :any_skip_relocation, sonoma: "bc3ee2dc0913a609f0ca314ec45aacc1e2ad5030d2221c46522d95d28a67f1c2"
19-
sha256 cellar: :any_skip_relocation, ventura: "0c6cf547d95a1b8ef7cd846d568b83d89c256a0e4eb6721722e3ecc81fcfa36d"
20-
sha256 cellar: :any_skip_relocation, arm64_linux: "079fd103b85c98a48612cdb08dc519721fd90d0dec9c2a85b69e17b52f4b1ffa"
21-
sha256 cellar: :any_skip_relocation, x86_64_linux: "b1fed19c605dfa112d49f50324d0b93ca70ee7dfaca07e9c283631d3b54bef6f"
15+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "c9459bac4742dc7740b11f301ef1b627525cf2026358a514d478a53ad772842d"
16+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "3fcc080a5bb9154255f0e2442de1e4c8fc9afb26abfb1a6f95a4b37198c6f4bb"
17+
sha256 cellar: :any_skip_relocation, arm64_ventura: "d2c03a4a3867ad592e4e882d92be25f2ecf440acf34050a246cf2fe57a4ed592"
18+
sha256 cellar: :any_skip_relocation, sonoma: "6caba94edae0341c559098f80d1974570e6ca92eae8619f3d58e7c06d15b8d75"
19+
sha256 cellar: :any_skip_relocation, ventura: "960db1d627614e86924a8b82cb4d538996aa062b07a71047a1fa01b283958287"
20+
sha256 cellar: :any_skip_relocation, arm64_linux: "00aa799358a5a1e8591c368f298ef33bd268f77b811bde850870e167631db39a"
21+
sha256 cellar: :any_skip_relocation, x86_64_linux: "82041e3eb225e1b84efd8c4fa66d1a141919e49f4d97a9436df656cff0333230"
2222
end
2323

2424
depends_on "pkgconf" => :build

0 commit comments

Comments
 (0)