excalidrawz 1.2.5
[Homebrew/homebrew-cask.git] / Casks / s / superlist.rb
blob70536262927f135313afc6373d0e2450821983a2
1 cask "superlist" do
2   version "1.20.1"
3   sha256 "fa6ccfa929b86810fa272feaf14d7dec2fefd36340899a831569836f635c3763"
5   url "https://storage.googleapis.com/superlist-appcast/beta/updates/Superlist-#{version}.zip",
6       verified: "storage.googleapis.com/superlist-appcast/beta/updates/"
7   name "Superlist"
8   desc "Collaborative to-do list app"
9   homepage "https://www.superlist.com/"
11   livecheck do
12     url "https://storage.googleapis.com/superlist-appcast/beta/updates/appcast.xml"
13     strategy :sparkle
14   end
16   auto_updates true
17   depends_on macos: ">= :mojave"
19   app "Superlist.app"
21   zap trash: [
22     "~/Library/Application Support/com.superlist.superlist*",
23     "~/Library/Caches/com.superlist.superlist*",
24     "~/Library/HTTPStorages/com.superlist.superlist*",
25     "~/Library/Preferences/com.superlist.superlist*.plist",
26     "~/Library/Preferences/group.com.superlist.superlist.firebase.plist",
27     "~/Library/Saved Application State/com.superlist.superlist.app.savedState",
28   ]
29 end