|
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.289.tar.gz" |
5 |
| - sha256 "5e0e0ba526d6f86db99ce87656ca03d49790ab756c41530bf27a260c93d27abb" |
| 4 | + url "https://github.com/danielmiessler/fabric/archive/refs/tags/v1.4.290.tar.gz" |
| 5 | + sha256 "c6f71fa8f5d6ef665ebae3560c589ab95326880764957ffe5a7a396a97d64145" |
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: "9fd3c89b3de430b2404a65aa3c57b8f3f9b0553618621e37e1f7f334b28705e8" |
11 |
| - sha256 cellar: :any_skip_relocation, arm64_sonoma: "9fd3c89b3de430b2404a65aa3c57b8f3f9b0553618621e37e1f7f334b28705e8" |
12 |
| - sha256 cellar: :any_skip_relocation, arm64_ventura: "9fd3c89b3de430b2404a65aa3c57b8f3f9b0553618621e37e1f7f334b28705e8" |
13 |
| - sha256 cellar: :any_skip_relocation, sonoma: "3ac2731311cc1e47730040be40d99ac69a8dcbc497892006b1a57a1a66c344b8" |
14 |
| - sha256 cellar: :any_skip_relocation, ventura: "3ac2731311cc1e47730040be40d99ac69a8dcbc497892006b1a57a1a66c344b8" |
15 |
| - sha256 cellar: :any_skip_relocation, x86_64_linux: "ed3c8641b24a62150d31bcede44f1a914850e2cbfce6904b4b053ca487b60aee" |
| 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" |
16 | 16 | end
|
17 | 17 |
|
18 | 18 | depends_on "go" => :build
|
|
0 commit comments