Skip to content

Commit 2a2b1e6

Browse files
authored
Merge pull request #229316 from Homebrew/bump-fabric-ai-1.4.240
fabric-ai 1.4.240
2 parents 9c66392 + 14c2969 commit 2a2b1e6

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.239.tar.gz"
5-
sha256 "1e08463e3d2abfc6bbaf820d96da8b13179c5c68c6b30459ac6da23d506c3bb7"
4+
url "https://github.com/danielmiessler/fabric/archive/refs/tags/v1.4.240.tar.gz"
5+
sha256 "e4d43947aec29e3e35d567774d66bf03b9ace7e219beef8753abd798bf764a09"
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: "d1c82c9660127476d7483953ff19df65fb8e9e364f8cc3126a9bf91435de6e3f"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "d1c82c9660127476d7483953ff19df65fb8e9e364f8cc3126a9bf91435de6e3f"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "d1c82c9660127476d7483953ff19df65fb8e9e364f8cc3126a9bf91435de6e3f"
13-
sha256 cellar: :any_skip_relocation, sonoma: "99c3df83c7d4e4817dc56fab2141db4d70a876674128f267a86104edf220a871"
14-
sha256 cellar: :any_skip_relocation, ventura: "99c3df83c7d4e4817dc56fab2141db4d70a876674128f267a86104edf220a871"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "5a74f47896279a88f7930f74fef4774ce029ad2f3aaa33a20add7184662458dd"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "d28834ab5b0085f6d8fde8190411c2ce66688efecc0949557c7622c960d2cade"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "d28834ab5b0085f6d8fde8190411c2ce66688efecc0949557c7622c960d2cade"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "d28834ab5b0085f6d8fde8190411c2ce66688efecc0949557c7622c960d2cade"
13+
sha256 cellar: :any_skip_relocation, sonoma: "c671c8955a516cf6a8ea96e7ff02e7f5375373bfa10c2b01d6d98b8c0c8eddb3"
14+
sha256 cellar: :any_skip_relocation, ventura: "c671c8955a516cf6a8ea96e7ff02e7f5375373bfa10c2b01d6d98b8c0c8eddb3"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "75b3bcbb1518d8f5a8adb33c62ba07f2d78d754eb9f5173fe2f3ca80fe58dc34"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)