Skip to content

Commit ab61239

Browse files
authored
Merge pull request #229477 from Homebrew/bump-fabric-ai-1.4.242
fabric-ai 1.4.242
2 parents cff6c2c + 692f81c commit ab61239

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/f/fabric-ai.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
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.240.tar.gz"
5-
sha256 "e4d43947aec29e3e35d567774d66bf03b9ace7e219beef8753abd798bf764a09"
4+
url "https://github.com/danielmiessler/fabric/archive/refs/tags/v1.4.242.tar.gz"
5+
sha256 "df0b941705121e7cae386debf83045e16de32f94feb1abb7d5b46c334a3f12e2"
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: "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"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "ffa0f1829b404db239557e076851c6bfa28bb23a62e525564a5f77f3ff56f900"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "ffa0f1829b404db239557e076851c6bfa28bb23a62e525564a5f77f3ff56f900"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "ffa0f1829b404db239557e076851c6bfa28bb23a62e525564a5f77f3ff56f900"
13+
sha256 cellar: :any_skip_relocation, sonoma: "866d72dd8ffd1bdf2e919ddb066457a7cc47e6ef2ed3c311bb5ad369a9f6e4c1"
14+
sha256 cellar: :any_skip_relocation, ventura: "866d72dd8ffd1bdf2e919ddb066457a7cc47e6ef2ed3c311bb5ad369a9f6e4c1"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "19425ecd9f13aa114d5325bbd0b83a71009d3cbc6a36761ae0eb308f237455e3"
1616
end
1717

1818
depends_on "go" => :build
1919

2020
def install
21-
system "go", "build", *std_go_args(ldflags: "-s -w")
21+
system "go", "build", *std_go_args(ldflags: "-s -w"), "./cmd/fabric"
2222
end
2323

2424
test do

0 commit comments

Comments
 (0)