|
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.194.tar.gz" |
5 | | - sha256 "c89fa43b665d16d563319d245e6552ca85650ee1cf596b0ef47a08cd9b1488ff" |
| 4 | + url "https://github.com/danielmiessler/fabric/archive/refs/tags/v1.4.195.tar.gz" |
| 5 | + sha256 "d4de84ea64f02a859d85cb5ae819602a393e94ac90a464ad6102d2132cb9e08e" |
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: "908408144858c47a01ff43683a68263c2773ebfd7af2bc24f5279728a47ede91" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "908408144858c47a01ff43683a68263c2773ebfd7af2bc24f5279728a47ede91" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "908408144858c47a01ff43683a68263c2773ebfd7af2bc24f5279728a47ede91" |
13 | | - sha256 cellar: :any_skip_relocation, sonoma: "89261cb04eb9ac42011d6777559a14dba95ef3e369c4d9919617509349ccde90" |
14 | | - sha256 cellar: :any_skip_relocation, ventura: "89261cb04eb9ac42011d6777559a14dba95ef3e369c4d9919617509349ccde90" |
15 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "00e623e41aeb7de4b3a99c853c08121be379b9f538a823f5e3880abc78e0d130" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "77654bd6025e184891d09fc854fc333fc68387f448ec36b4f0dea007afdb3e25" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "77654bd6025e184891d09fc854fc333fc68387f448ec36b4f0dea007afdb3e25" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "77654bd6025e184891d09fc854fc333fc68387f448ec36b4f0dea007afdb3e25" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "a2763651c52e6c3636d916a1b6ef93a22c12838ebdd294a5ecd7a8c3e8264748" |
| 14 | + sha256 cellar: :any_skip_relocation, ventura: "a2763651c52e6c3636d916a1b6ef93a22c12838ebdd294a5ecd7a8c3e8264748" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "e1b61af1d5b8180835a86fcb23c72b0fa1dc21be8d869b897c9b96321f2ca476" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "go" => :build |
|
0 commit comments