Files
homebrew-cask/Casks/f/focus-booster.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

18 lines
529 B
Ruby

cask "focus-booster" do
version "2.2.0"
sha256 "a58f376eaa0588893bf64555699408af5cf0ab6c3f3a15558430c0c3ec1e8a1a"
url "https://dcwy7j973b6zk.cloudfront.net/downloads/stable/focusbooster#{version}.dmg",
verified: "dcwy7j973b6zk.cloudfront.net/downloads/stable/"
name "Focus Booster"
desc "Time tracker"
homepage "https://www.focusboosterapp.com/"
livecheck do
url "https://www.focusboosterapp.com/download"
regex(%r{href=.*?/focusboosterv?(\d+(?:\.\d+)+)\.dmg}i)
end
app "focus booster.app"
end