Files
homebrew-cask/Casks/t/time-sink.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

19 lines
519 B
Ruby

cask "time-sink" do
version "2.2.3"
sha256 "560ebfb30b2203e3376241954c6fe118f6de47f89e27052c06128655852f5b93"
url "https://manytricks.com/download/_do_not_hotlink_/timesink#{version.no_dots}.dmg"
name "Time Sink"
desc "Tracks how you spend your time on your computer"
homepage "https://manytricks.com/timesink/"
livecheck do
url "https://manytricks.com/timesink/releasenotes/?rref=appcast"
regex(/<h2>Time\s+Sink\s+v?(\d+(?:\.\d+)+)[-\s]/i)
end
auto_updates true
app "Time Sink.app"
end