Skip to content

Commit ead16db

Browse files
committed
block-goose-cli 1.0.16
Signed-off-by: Rui Chen <[email protected]>
1 parent d825796 commit ead16db

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

Formula/b/block-goose-cli.rb

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
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.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"

0 commit comments

Comments
 (0)