|
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.244.tar.gz" |
5 | | - sha256 "308f1eec49a96f0c36db5010a392216f659e1527063b54de71e52c6cb9bfdd2e" |
| 4 | + url "https://github.com/danielmiessler/fabric/archive/refs/tags/v1.4.245.tar.gz" |
| 5 | + sha256 "4d0d56331e81a4294518e26bfe2cf26df4099d7ba4b7ee16007ac3e1f837b294" |
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: "de49b108c6e853900517ad475bf4d6af53337f8c967721d3a3b908b912a07c9f" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "de49b108c6e853900517ad475bf4d6af53337f8c967721d3a3b908b912a07c9f" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "de49b108c6e853900517ad475bf4d6af53337f8c967721d3a3b908b912a07c9f" |
13 | | - sha256 cellar: :any_skip_relocation, sonoma: "48689f350a0aa36ce266714edb226022c9e02232f6753f27c332cc8c51726a4b" |
14 | | - sha256 cellar: :any_skip_relocation, ventura: "48689f350a0aa36ce266714edb226022c9e02232f6753f27c332cc8c51726a4b" |
15 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "e66e5f466d10656e7561d48adfd09f677eebb5ce6ae15aa2c890a42ace945307" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "f0349ac462b22b09d8b89deb36c9ea5c89eb0074b44c3f73006bbfa8f7e8ae9a" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "f0349ac462b22b09d8b89deb36c9ea5c89eb0074b44c3f73006bbfa8f7e8ae9a" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "f0349ac462b22b09d8b89deb36c9ea5c89eb0074b44c3f73006bbfa8f7e8ae9a" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "cf723f0bccbe20e3b26b07fcdc6d75811f4a1dc59419ee84b67cfa82c2a9917b" |
| 14 | + sha256 cellar: :any_skip_relocation, ventura: "cf723f0bccbe20e3b26b07fcdc6d75811f4a1dc59419ee84b67cfa82c2a9917b" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "1432bafb5dc51b5182bb6bee3d855ef3e9d2280a9811ea476369c14bf6e01307" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "go" => :build |
|
0 commit comments