Skip to content

Commit 5df1702

Browse files
authored
Merge pull request #235788 from Homebrew/bump-fabric-ai-1.4.307
fabric-ai 1.4.307
2 parents 7160a7b + 8e42f3d commit 5df1702

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://github.com/danielmiessler/fabric"
4-
url "https://github.com/danielmiessler/fabric/archive/refs/tags/v1.4.306.tar.gz"
5-
sha256 "5dc8fda1d770b06c40d0988d7e478230eee5394f03bee40ae5812c8bb24a8d2d"
4+
url "https://github.com/danielmiessler/fabric/archive/refs/tags/v1.4.307.tar.gz"
5+
sha256 "f90fb73025941d31a3b742c1600c5d9fae870dde46fd41a1def49dfc28d000e2"
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: "c4b7b348836612e78f32a685d1d7d8012742472c920fde093fa4b07589ee2eb5"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "c4b7b348836612e78f32a685d1d7d8012742472c920fde093fa4b07589ee2eb5"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "c4b7b348836612e78f32a685d1d7d8012742472c920fde093fa4b07589ee2eb5"
13-
sha256 cellar: :any_skip_relocation, sonoma: "9be32c55bcdb3f886920971292fa0ff47efbb3a4fc7f0aad5f400101431c951a"
14-
sha256 cellar: :any_skip_relocation, ventura: "9be32c55bcdb3f886920971292fa0ff47efbb3a4fc7f0aad5f400101431c951a"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "d52f01bafcdaf541811f5064e38d16cd07ba4a1c46b507e2c86346c24cab84e3"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "bdf2b7f29ed4ded1190a910e3a1e374d3797e19a163894406a214e9d830d3d64"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "bdf2b7f29ed4ded1190a910e3a1e374d3797e19a163894406a214e9d830d3d64"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "bdf2b7f29ed4ded1190a910e3a1e374d3797e19a163894406a214e9d830d3d64"
13+
sha256 cellar: :any_skip_relocation, sonoma: "31f77c979a259801bea6585013fecb64b41c0ea432657a9cd2828f4c9a9a7dab"
14+
sha256 cellar: :any_skip_relocation, ventura: "31f77c979a259801bea6585013fecb64b41c0ea432657a9cd2828f4c9a9a7dab"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "341fe7e57772313f52f3f9ec4adaf1987e086bb13dbba67759425853b1d5cb51"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)