mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
The migration of `orka.rb` and then `o*.rb` has worked well without complaint so: let's move everything else, too.
19 lines
519 B
Ruby
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
|