Skip to content

Commit a5c6b22

Browse files
authored
Merge pull request #228779 from Homebrew/bump-fabric-ai-1.4.224
fabric-ai 1.4.224
2 parents 8750b8b + b68767b commit a5c6b22

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.223.tar.gz"
5-
sha256 "e44fe1b905b0f095c4cbafacfa3a04ca2e364e394218dcb3581e99441360697a"
4+
url "https://github.com/danielmiessler/fabric/archive/refs/tags/v1.4.224.tar.gz"
5+
sha256 "2e80deb610414c86b148857410234d7ecd14a36c5deb2f8700e229818a34af7b"
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: "5f4c2440cf82a7c8042f821d27fbc98fdf82f6a4d6bbb69f8059eb98e8b40e75"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "5f4c2440cf82a7c8042f821d27fbc98fdf82f6a4d6bbb69f8059eb98e8b40e75"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "5f4c2440cf82a7c8042f821d27fbc98fdf82f6a4d6bbb69f8059eb98e8b40e75"
13-
sha256 cellar: :any_skip_relocation, sonoma: "ef49517e20adfdef9706824bab5260bc3760a36d80d54591eeed2f2bd3ab153a"
14-
sha256 cellar: :any_skip_relocation, ventura: "ef49517e20adfdef9706824bab5260bc3760a36d80d54591eeed2f2bd3ab153a"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "de9629196afdedc87d5f0e508ca9d6ace658e58d9b5c71eb72e83b446602ecec"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "0ad9e9c6edc7f8701801043e9ea8d59c0f9a551d8df92f030ab9694ceac0e92a"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "0ad9e9c6edc7f8701801043e9ea8d59c0f9a551d8df92f030ab9694ceac0e92a"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "0ad9e9c6edc7f8701801043e9ea8d59c0f9a551d8df92f030ab9694ceac0e92a"
13+
sha256 cellar: :any_skip_relocation, sonoma: "929e61ab2c15f045ceee4d35da7f62ceb30680ef98cf9ba86ced457f2b363ceb"
14+
sha256 cellar: :any_skip_relocation, ventura: "929e61ab2c15f045ceee4d35da7f62ceb30680ef98cf9ba86ced457f2b363ceb"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "ff41c5b809ae96a4fb678e377852b3076f2c5b3d3774532203900eabda8f6ae0"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)