excalidrawz 1.2.5
[Homebrew/homebrew-cask.git] / Casks / r / routine.rb
blob6436d6730a0313e89e951755da73fc0096380b12
1 cask "routine" do
2   arch arm: "-arm64"
4   version "0.19.9"
5   sha256 arm:   "5df422a81378324d4fa81069fe377f020ba19ec9bbef203208004da2c435a3dd",
6          intel: "2c42d8522be485af6fffa8b3f2f39a6b1b623f7975b343a45e5de0b1ceb2831c"
8   url "https://releases.routine.co/routine/osx#{arch}/Routine-#{version}.zip"
9   name "Routine"
10   desc "Calendar for productive people"
11   homepage "https://www.routine.co/"
13   livecheck do
14     url "https://releases.routine.co/routine/osx#{arch}/stable.json"
15     strategy :json do |json|
16       json["currentRelease"]
17     end
18   end
20   auto_updates true
21   depends_on macos: ">= :high_sierra"
23   app "Routine.app"
25   zap trash: [
26     "~/Library/Application Support/Routine",
27     "~/Library/Caches/co.routine.desktop",
28     "~/Library/Caches/co.routine.desktop.ShipIt",
29     "~/Library/HTTPStorages/co.routine.desktop",
30     "~/Library/Preferences/co.routine.desktop.plist",
31     "~/Library/Saved Application State/co.routine.desktop.savedState",
32   ]
33 end