Skip to content

Commit 39ee9b1

Browse files
committed
[feat] update fasttrack to 6.5.0
1 parent a56c18d commit 39ee9b1

2 files changed

Lines changed: 5 additions & 6 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
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: |

fasttrack.rb

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
class 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

0 commit comments

Comments
 (0)