|
1 | 1 | class FabricAi < Formula
|
2 | 2 | desc "Open-source framework for augmenting humans using AI"
|
3 | 3 | homepage "https://danielmiessler.com/p/fabric-origin-story"
|
4 |
| - url "https://github.com/danielmiessler/fabric/archive/refs/tags/v1.4.290.tar.gz" |
5 |
| - sha256 "c6f71fa8f5d6ef665ebae3560c589ab95326880764957ffe5a7a396a97d64145" |
| 4 | + url "https://github.com/danielmiessler/fabric/archive/refs/tags/v1.4.291.tar.gz" |
| 5 | + sha256 "511dca03bfb055bc5d5be5260dff09adaf4c003e8f692d4f6340622f003117c8" |
6 | 6 | license "MIT"
|
7 | 7 | head "https://github.com/danielmiessler/fabric.git", branch: "main"
|
8 | 8 |
|
9 | 9 | bottle do
|
10 |
| - sha256 cellar: :any_skip_relocation, arm64_sequoia: "eb44d5adc0635965f1dedaf6417a8c30d9fe2351ead889e095ce1b7e62bc3a04" |
11 |
| - sha256 cellar: :any_skip_relocation, arm64_sonoma: "eb44d5adc0635965f1dedaf6417a8c30d9fe2351ead889e095ce1b7e62bc3a04" |
12 |
| - sha256 cellar: :any_skip_relocation, arm64_ventura: "eb44d5adc0635965f1dedaf6417a8c30d9fe2351ead889e095ce1b7e62bc3a04" |
13 |
| - sha256 cellar: :any_skip_relocation, sonoma: "79a5bf44dc4ef1beafe5f290cbad46d0d3faf566c4d711f00782116b6ff81a11" |
14 |
| - sha256 cellar: :any_skip_relocation, ventura: "79a5bf44dc4ef1beafe5f290cbad46d0d3faf566c4d711f00782116b6ff81a11" |
15 |
| - sha256 cellar: :any_skip_relocation, x86_64_linux: "79679552000611c1b45fe0bb747fe7442de79d35d71b6edb65811717c1d6a72a" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "a4eda22c9cf41fa2ef5047644e27d3e404217d5da40755505cb3be3d0ae47676" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "a4eda22c9cf41fa2ef5047644e27d3e404217d5da40755505cb3be3d0ae47676" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "a4eda22c9cf41fa2ef5047644e27d3e404217d5da40755505cb3be3d0ae47676" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "e39cd66e84909106ba2477a2653acc8dacef9cefda344b3ba24fc6edba1e87ea" |
| 14 | + sha256 cellar: :any_skip_relocation, ventura: "e39cd66e84909106ba2477a2653acc8dacef9cefda344b3ba24fc6edba1e87ea" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "a6702d0f60f1ca92c9c2c8ca1a638e58df5c819f2905b02ad040349df8e8d8d3" |
16 | 16 | end
|
17 | 17 |
|
18 | 18 | depends_on "go" => :build
|
|
0 commit comments