Skip to content

Commit 178e0e1

Browse files
BrewTestBotchenrui333
authored andcommitted
fabric-ai 1.4.242
Signed-off-by: Rui Chen <[email protected]>
1 parent 0905749 commit 178e0e1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Formula/f/fabric-ai.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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

@@ -18,7 +18,7 @@ class FabricAi < Formula
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)