Skip to content

Commit 3f31fc5

Browse files
authored
Merge pull request #233840 from Homebrew/bump-fabric-ai-1.4.290
fabric-ai 1.4.290
2 parents 282e23b + bcf6d62 commit 3f31fc5

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.289.tar.gz"
5-
sha256 "5e0e0ba526d6f86db99ce87656ca03d49790ab756c41530bf27a260c93d27abb"
4+
url "https://github.com/danielmiessler/fabric/archive/refs/tags/v1.4.290.tar.gz"
5+
sha256 "c6f71fa8f5d6ef665ebae3560c589ab95326880764957ffe5a7a396a97d64145"
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: "9fd3c89b3de430b2404a65aa3c57b8f3f9b0553618621e37e1f7f334b28705e8"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "9fd3c89b3de430b2404a65aa3c57b8f3f9b0553618621e37e1f7f334b28705e8"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "9fd3c89b3de430b2404a65aa3c57b8f3f9b0553618621e37e1f7f334b28705e8"
13-
sha256 cellar: :any_skip_relocation, sonoma: "3ac2731311cc1e47730040be40d99ac69a8dcbc497892006b1a57a1a66c344b8"
14-
sha256 cellar: :any_skip_relocation, ventura: "3ac2731311cc1e47730040be40d99ac69a8dcbc497892006b1a57a1a66c344b8"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "ed3c8641b24a62150d31bcede44f1a914850e2cbfce6904b4b053ca487b60aee"
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"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)