File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 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.15 .tar.gz"
5- sha256 "d0fe64347288a08c8b9c594989526b83b734ba8eb867e512cbb0d62b71a38fc3 "
4+ url "https://github.com/block/goose/archive/refs/tags/v1.0.16 .tar.gz"
5+ sha256 "dff8d35e9d9af2c5dfe40bb56e2bd0a7d35f69cee332c2870eb0449d0dd7c380 "
66 license "Apache-2.0"
77 head "https://github.com/block/goose.git" , branch : "main"
88
9+ livecheck do
10+ url :stable
11+ regex ( /^v?(\d +(?:\. \d +)+)$/i )
12+ end
13+
914 bottle do
1015 sha256 cellar : :any_skip_relocation , arm64_sequoia : "9867442ebf941c94d246e9771f7234da0950d1e1d4d7deb7abd7176d9190ed13"
1116 sha256 cellar : :any_skip_relocation , arm64_sonoma : "6aa190cad52a55322cab225e7c9ec011fece8d433efcac4ebf97b871bfbe8906"
You can’t perform that action at this time.
0 commit comments