1
1
class BlockGooseCli < Formula
2
2
desc "Open source, extensible AI agent that goes beyond code suggestions"
3
3
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 "
6
6
license "Apache-2.0"
7
7
head "https://github.com/block/goose.git" , branch : "main"
8
8
@@ -12,13 +12,13 @@ class BlockGooseCli < Formula
12
12
end
13
13
14
14
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 "
22
22
end
23
23
24
24
depends_on "pkgconf" => :build
0 commit comments