File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626
2727 - name : Run CLI binary to verify install
2828 run : |
29- fasttrack-cli --help
29+ fasttrack - -cli --help
3030
3131 - name : Symlink
3232 run : |
Original file line number Diff line number Diff line change 11class Fasttrack < Formula
22 desc "FastTrack is a cross-platform application designed to track multiple objects in video recording. "
33 homepage "https://fasttrack.sh"
4- url "https://github.com/FastTrackOrg/FastTrack/archive/refs/tags/v6.4 .0.tar.gz"
5- sha256 "4f2de4d0ed185591722361dd21998cce489f5c97e7fe2a77c7d0e10d6193a8c3 "
4+ url "https://github.com/FastTrackOrg/FastTrack/archive/refs/tags/v6.5 .0.tar.gz"
5+ sha256 "a28e975709f9654063fe4cfe91b8758818724b41f68986fdd20a356476cb69c8 "
66 license "GPL-3.0"
7- revision 4
7+ revision 1
88
99 depends_on "cmake" => :build
1010 depends_on "pkg-config" => :build
@@ -21,7 +21,6 @@ def install
2121 open "#{ libexec } /fasttrack.app"
2222 EOS
2323
24- bin . install "build/bin/fasttrack-cli.app/Contents/MacOS/fasttrack-cli"
2524 end
2625
2726 def caveats
@@ -30,7 +29,7 @@ def caveats
3029 fasttrack
3130
3231 To use the command-line tool:
33- fasttrack-cli
32+ fasttrack - -cli
3433
3534 If you want to launch the FastTrack GUI like a regular app:
3635 ln -s "#{ opt_libexec } /fasttrack.app" /Applications/FastTrack.app
You can’t perform that action at this time.
0 commit comments