Skip to content

Commit da49118

Browse files
authored
Merge pull request #224589 from Homebrew/bump-fabric-ai-1.4.194
fabric-ai 1.4.194
2 parents c4a0a05 + 58d382e commit da49118

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/f/fabric-ai.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class FabricAi < Formula
22
desc "Open-source framework for augmenting humans using AI"
33
homepage "https://danielmiessler.com/p/fabric-origin-story"
4-
url "https://github.com/danielmiessler/fabric/archive/refs/tags/v1.4.192.tar.gz"
5-
sha256 "1c242de8e4a12f674f2d2deaf55c6169e419257b01246bb8ac781dd5a8c2c2a2"
4+
url "https://github.com/danielmiessler/fabric/archive/refs/tags/v1.4.194.tar.gz"
5+
sha256 "c89fa43b665d16d563319d245e6552ca85650ee1cf596b0ef47a08cd9b1488ff"
66
license "MIT"
77
head "https://github.com/danielmiessler/fabric.git", branch: "main"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "1b2d58a472dca380000f097c40c434ba12063b046277081f505cb030fdc74f81"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "1b2d58a472dca380000f097c40c434ba12063b046277081f505cb030fdc74f81"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "1b2d58a472dca380000f097c40c434ba12063b046277081f505cb030fdc74f81"
13-
sha256 cellar: :any_skip_relocation, sonoma: "24ec73a2ad9b7499532db92f62e1a666e459e4756341e184a57f6af6679ccb61"
14-
sha256 cellar: :any_skip_relocation, ventura: "24ec73a2ad9b7499532db92f62e1a666e459e4756341e184a57f6af6679ccb61"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "5c512dffc0d276530cf7e10276bef766f4be5ad3509c15de9bbb70a17e9572d4"
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"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)