|
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.213.tar.gz" |
5 | | - sha256 "6a90166b97df65d8a083ee7341bcd98e687ac70b33b8bc361df0b8c1949880e0" |
| 4 | + url "https://github.com/danielmiessler/fabric/archive/refs/tags/v1.4.214.tar.gz" |
| 5 | + sha256 "ff9e643882a013be3f05efebbe54ffe18e7c02dd4dd5781ff87e3c6bcfb7cb6b" |
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: "04d20c02bd45e775cd9df022a8d77da5473685fec45722aea38cf7010a5cd53b" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "04d20c02bd45e775cd9df022a8d77da5473685fec45722aea38cf7010a5cd53b" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "04d20c02bd45e775cd9df022a8d77da5473685fec45722aea38cf7010a5cd53b" |
13 | | - sha256 cellar: :any_skip_relocation, sonoma: "ea7b59e207dc988091ed3415d0f80fbbdc99934fd39c7c9eea4022f20890c33f" |
14 | | - sha256 cellar: :any_skip_relocation, ventura: "ea7b59e207dc988091ed3415d0f80fbbdc99934fd39c7c9eea4022f20890c33f" |
15 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "feb25154535aef2e64a5d5a93759be549953e28ac597129a4b02d762a6cbc76e" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "f16ab30a3ff91d6f6d99ad396e75bf788d5a9a6dfde8b490ebf4d187a561cb9f" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "f16ab30a3ff91d6f6d99ad396e75bf788d5a9a6dfde8b490ebf4d187a561cb9f" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "f16ab30a3ff91d6f6d99ad396e75bf788d5a9a6dfde8b490ebf4d187a561cb9f" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "d2565c9305264c64cb49715834561f844f5360122112b0554d80378f93d73482" |
| 14 | + sha256 cellar: :any_skip_relocation, ventura: "d2565c9305264c64cb49715834561f844f5360122112b0554d80378f93d73482" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "efff2c60bf0a3460e1e1b26d34de8d7ff046cfc32cda548710957a30294a0447" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "go" => :build |
|
0 commit comments