excalidrawz 1.2.5
[Homebrew/homebrew-cask.git] / Casks / r / rescuetime.rb
blob2dd191d393642ba5a426123db9487d021f3c4fb7
1 cask "rescuetime" do
2   version "3.2.3.2"
3   sha256 "25c7930603764253848546a820cec51c2d2d4a074d942e25719afd739d9bf6fd"
5   url "https://assets.rescuetime.com/installers/RescueTimeInstaller_#{version}.app.zip"
6   name "RescueTime"
7   desc "Time optimising application"
8   homepage "https://www.rescuetime.com/"
10   livecheck do
11     url "https://www.rescuetime.com/installers/appcast/rtx"
12     strategy :sparkle
13   end
15   auto_updates true
16   depends_on macos: ">= :big_sur"
18   app "RescueTime.app"
20   zap trash: [
21     "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.rescuetime.rescuetime.sfl*",
22     "~/Library/Caches/com.rescuetime.RescueTime",
23     "~/Library/Preferences/com.rescuetime.RescueTime.plist",
24     "~/Library/RescueTime.com",
25   ]
26 end