Files
homebrew-cask/Casks/t/toptracker.rb
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

20 lines
576 B
Ruby

cask "toptracker" do
version "1.6.2,6524"
sha256 "3b626f3a4761b6fd8678da4dfed5beabdf1ea198478a8a5f3a06585de56804b0"
url "https://d101nvfmxunqnl.cloudfront.net/desktop/builds/mac/toptracker_#{version.csv.first}.#{version.csv.second}.dmg",
verified: "d101nvfmxunqnl.cloudfront.net/"
name "TopTracker"
desc "Time tracking and invoice processing"
homepage "https://tracker.toptal.com/tracker/"
livecheck do
url "https://tracker-api.toptal.com/desktop/updates/mac"
strategy :sparkle
end
depends_on macos: ">= :sierra"
app "TopTracker.app"
end