Skip to content

Commit 5ffde4a

Browse files
authored
Merge pull request #224601 from Homebrew/bump-fabric-ai-1.4.195
fabric-ai 1.4.195
2 parents 3404306 + d620339 commit 5ffde4a

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.194.tar.gz"
5-
sha256 "c89fa43b665d16d563319d245e6552ca85650ee1cf596b0ef47a08cd9b1488ff"
4+
url "https://github.com/danielmiessler/fabric/archive/refs/tags/v1.4.195.tar.gz"
5+
sha256 "d4de84ea64f02a859d85cb5ae819602a393e94ac90a464ad6102d2132cb9e08e"
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: "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"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)