Skip to content

Commit 76e36a8

Browse files
authored
Merge pull request #228113 from Homebrew/bump-fabric-ai-1.4.215
fabric-ai 1.4.215
2 parents 2731c4e + 70f590d commit 76e36a8

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.214.tar.gz"
5-
sha256 "ff9e643882a013be3f05efebbe54ffe18e7c02dd4dd5781ff87e3c6bcfb7cb6b"
4+
url "https://github.com/danielmiessler/fabric/archive/refs/tags/v1.4.215.tar.gz"
5+
sha256 "73b69dfa308040fe2941302d188a26cc72fa2c106d5c6ffd18f0184ecb08ca07"
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: "f16ab30a3ff91d6f6d99ad396e75bf788d5a9a6dfde8b490ebf4d187a561cb9f"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "f16ab30a3ff91d6f6d99ad396e75bf788d5a9a6dfde8b490ebf4d187a561cb9f"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "f16ab30a3ff91d6f6d99ad396e75bf788d5a9a6dfde8b490ebf4d187a561cb9f"
13-
sha256 cellar: :any_skip_relocation, sonoma: "d2565c9305264c64cb49715834561f844f5360122112b0554d80378f93d73482"
14-
sha256 cellar: :any_skip_relocation, ventura: "d2565c9305264c64cb49715834561f844f5360122112b0554d80378f93d73482"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "efff2c60bf0a3460e1e1b26d34de8d7ff046cfc32cda548710957a30294a0447"
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"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)