|
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.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" |
6 | 6 | license "Apache-2.0" |
7 | 7 | head "https://github.com/block/goose.git", branch: "main" |
8 | 8 |
|
| 9 | + livecheck do |
| 10 | + url :stable |
| 11 | + regex(/^v?(\d+(?:\.\d+)+)$/i) |
| 12 | + end |
| 13 | + |
9 | 14 | bottle do |
10 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "9867442ebf941c94d246e9771f7234da0950d1e1d4d7deb7abd7176d9190ed13" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "6aa190cad52a55322cab225e7c9ec011fece8d433efcac4ebf97b871bfbe8906" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "99c4fd2bb1ae90040c4fab68f63c449d0230f6788710fe851fbb5852069d9903" |
13 | | - sha256 cellar: :any_skip_relocation, sonoma: "407c172a1a49ca868e7b365a2d5fefce69a627352f3fabd33cbb5f491d34ddaa" |
14 | | - sha256 cellar: :any_skip_relocation, ventura: "823a9697bff14f5f8da1edf2ed0881e1e1bbc11dd4e7c9be4045681b27f138d7" |
15 | | - sha256 cellar: :any_skip_relocation, arm64_linux: "60d511fed6e0cd47868ee73d8f290d20fe2d1f859406cd3241ed36db4156ccd0" |
16 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "e1dae52c89d437c815002a415f31fc93ed89a442cd2ea535f235fe074e014b70" |
| 15 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "3dfdc5bbbe7e6491cbf13de1b66e57c7546bc3bb000209ca82cf7eb43ee7bf81" |
| 16 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "119d9da9eaead3983713996bf945e0f89f42b7106f5e9f58bd894541e54ae9bc" |
| 17 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "3fe13632b0925a7ea89f280ec59eff2367c2426a5c3ccb13bf2eaf05d02e0b29" |
| 18 | + sha256 cellar: :any_skip_relocation, sonoma: "97fe4cea179b8b78380f02f3edb74bff251ff6a00d1e5d369efa64e4eeb75839" |
| 19 | + sha256 cellar: :any_skip_relocation, ventura: "38de2991ab59e973796121e44893d06dd0c26d95341ef4155f885875a986ade1" |
| 20 | + sha256 cellar: :any_skip_relocation, arm64_linux: "eb88a85d070e2dd550d19b13ef89f60cb0795b7c4c2e798f2e303898a0465836" |
| 21 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "9eec26f4285a6b0bbb3c4a33208a2bb994bf1ac74afd1e55c91117572fbc71ff" |
17 | 22 | end |
18 | 23 |
|
19 | 24 | depends_on "pkgconf" => :build |
|
0 commit comments