Skip to content

Commit d1caf42

Browse files
authored
Merge pull request #233973 from Homebrew/bump-fabric-ai-1.4.291
fabric-ai 1.4.291
2 parents de4cdbf + 468ab5f commit d1caf42

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.290.tar.gz"
5-
sha256 "c6f71fa8f5d6ef665ebae3560c589ab95326880764957ffe5a7a396a97d64145"
4+
url "https://github.com/danielmiessler/fabric/archive/refs/tags/v1.4.291.tar.gz"
5+
sha256 "511dca03bfb055bc5d5be5260dff09adaf4c003e8f692d4f6340622f003117c8"
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: "eb44d5adc0635965f1dedaf6417a8c30d9fe2351ead889e095ce1b7e62bc3a04"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "eb44d5adc0635965f1dedaf6417a8c30d9fe2351ead889e095ce1b7e62bc3a04"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "eb44d5adc0635965f1dedaf6417a8c30d9fe2351ead889e095ce1b7e62bc3a04"
13-
sha256 cellar: :any_skip_relocation, sonoma: "79a5bf44dc4ef1beafe5f290cbad46d0d3faf566c4d711f00782116b6ff81a11"
14-
sha256 cellar: :any_skip_relocation, ventura: "79a5bf44dc4ef1beafe5f290cbad46d0d3faf566c4d711f00782116b6ff81a11"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "79679552000611c1b45fe0bb747fe7442de79d35d71b6edb65811717c1d6a72a"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "a4eda22c9cf41fa2ef5047644e27d3e404217d5da40755505cb3be3d0ae47676"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "a4eda22c9cf41fa2ef5047644e27d3e404217d5da40755505cb3be3d0ae47676"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "a4eda22c9cf41fa2ef5047644e27d3e404217d5da40755505cb3be3d0ae47676"
13+
sha256 cellar: :any_skip_relocation, sonoma: "e39cd66e84909106ba2477a2653acc8dacef9cefda344b3ba24fc6edba1e87ea"
14+
sha256 cellar: :any_skip_relocation, ventura: "e39cd66e84909106ba2477a2653acc8dacef9cefda344b3ba24fc6edba1e87ea"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "a6702d0f60f1ca92c9c2c8ca1a638e58df5c819f2905b02ad040349df8e8d8d3"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)