File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11class 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
You can’t perform that action at this time.
0 commit comments