Skip to content

Commit 4324178

Browse files
authored
Merge pull request #228210 from Homebrew/bump-fabric-ai-1.4.216
fabric-ai 1.4.216
2 parents d51b468 + 09ae151 commit 4324178

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.215.tar.gz"
5-
sha256 "73b69dfa308040fe2941302d188a26cc72fa2c106d5c6ffd18f0184ecb08ca07"
4+
url "https://github.com/danielmiessler/fabric/archive/refs/tags/v1.4.216.tar.gz"
5+
sha256 "7ffb1742cf032b712142ee96fc1dbb8c9e4347e1681e0af2578ccfb9689e22c4"
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: "237946714814ff2e86fd2a82c326bb556287d0a18889fdac2cf3e387ce78f667"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "237946714814ff2e86fd2a82c326bb556287d0a18889fdac2cf3e387ce78f667"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "237946714814ff2e86fd2a82c326bb556287d0a18889fdac2cf3e387ce78f667"
13-
sha256 cellar: :any_skip_relocation, sonoma: "2b34c1e56398f5c33a258b9f61e44adc64222b328b0d389a2e725a934416cbc5"
14-
sha256 cellar: :any_skip_relocation, ventura: "2b34c1e56398f5c33a258b9f61e44adc64222b328b0d389a2e725a934416cbc5"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "b28e3d8019ddab9dcd8f6230c35eb966e6f60c2792e42a5c9cdf41fe35c4d5d0"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "cedb2fe4281918ddc13da63e297d47ae699e89010e4b79e9ad3bb6ffb86924f3"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "cedb2fe4281918ddc13da63e297d47ae699e89010e4b79e9ad3bb6ffb86924f3"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "cedb2fe4281918ddc13da63e297d47ae699e89010e4b79e9ad3bb6ffb86924f3"
13+
sha256 cellar: :any_skip_relocation, sonoma: "0731d2aa17cc0e9057d2d119f2c4c75ce070d8f8a8450e1ce52ac99fea10cffb"
14+
sha256 cellar: :any_skip_relocation, ventura: "0731d2aa17cc0e9057d2d119f2c4c75ce070d8f8a8450e1ce52ac99fea10cffb"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "fd7ccffc9bf88e6244787cd153905935e170f5f42325f01767620205f66e3c6c"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)