11class 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.21 .tar.gz"
5- sha256 "f9e4ebb7f6e07f81d24b63d9d51930b8d0ab6ad23b675490eb634af8d689f695 "
4+ url "https://github.com/block/goose/archive/refs/tags/v1.0.22 .tar.gz"
5+ sha256 "b728068904ba43f32efadaa7957044c3d9603648e125566ed11daa50c677f89a "
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 : "64d0a1667f2123a75c048f63fdb53a2d94bd16c0675e7bc27b11969acec1bf89 "
16- sha256 cellar : :any_skip_relocation , arm64_sonoma : "a37890bfa321c0306415be6ca5f0a206d3a4e34848713fde3d04f408a8418345 "
17- sha256 cellar : :any_skip_relocation , arm64_ventura : "7b002aefe9305fd9a4182e2654095ed67727349500d2c1fc8987e0d514312ad7 "
18- sha256 cellar : :any_skip_relocation , sonoma : "d2de71fd275e69a02de1013b5fd627800b00782228aa1708b7b945d6808ec57b "
19- sha256 cellar : :any_skip_relocation , ventura : "89d4ca972f2ec466682a8b82d30182cdf0bbcfa51e2c7205621095abd7ac77f9 "
20- sha256 cellar : :any_skip_relocation , arm64_linux : "d50fc59777dd2f09e626a79b8319b7f90514ce6ced58fceab89d550255d776cb "
21- sha256 cellar : :any_skip_relocation , x86_64_linux : "9c2f38f32b42bbcf0f282502226d5998c586be2f9652394cc7541e25a2c48f51 "
15+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "ae3a75e773c901fd0b10b25d39e8af14f2ddeded6d7285496457bd5d5f9a700d "
16+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "2dca0464557c380f7041730c8584a9b91d795e2b11e07bc71afdbb74ed2cf80d "
17+ sha256 cellar : :any_skip_relocation , arm64_ventura : "28a8b94581a636e211b3b535667a860e590c608484d0dbfc9e3cf3118ee3d2fb "
18+ sha256 cellar : :any_skip_relocation , sonoma : "d2210c348658c0dd9ce7c74693a7508823ea674b6a844d2e5c89ce212c4566c3 "
19+ sha256 cellar : :any_skip_relocation , ventura : "3f9907cfae0c94f2435cf549090978d12602da2302f9a4a2a11d4fac3fbe61e3 "
20+ sha256 cellar : :any_skip_relocation , arm64_linux : "45e8825157f2f65b1a5d5988ffdcfcd0480a7aaf3ad8b3d95a49c3d1795f1492 "
21+ sha256 cellar : :any_skip_relocation , x86_64_linux : "d1b8f38d21c50ebedf9b74be0483ea506eefc56d6e434363a8c76692dd0a2084 "
2222 end
2323
2424 depends_on "pkgconf" => :build
0 commit comments