Files
homebrew-cask/Casks/s/superlist.rb
2023-11-22 10:25:43 -05:00

30 lines
991 B
Ruby

cask "superlist" do
version "0.31.0"
sha256 "df8f2e1e61ae14a2e7a7554e6c314c34e6a5006a9cf0efafb00845dcf7ae0b9b"
url "https://storage.googleapis.com/superlist-appcast/beta/updates/Superlist-#{version}.zip",
verified: "storage.googleapis.com/superlist-appcast/beta/updates/"
name "Superlist"
desc "Collaborative to-do list app"
homepage "https://www.superlist.com/"
livecheck do
url "https://storage.googleapis.com/superlist-appcast/beta/updates/appcast.xml"
strategy :sparkle
end
auto_updates true
depends_on macos: ">= :mojave"
app "Superlist.app"
zap trash: [
"~/Library/Application Support/com.superlist.superlist*",
"~/Library/Caches/com.superlist.superlist*",
"~/Library/HTTPStorages/com.superlist.superlist*",
"~/Library/Preferences/com.superlist.superlist*.plist",
"~/Library/Preferences/group.com.superlist.superlist.firebase.plist",
"~/Library/Saved Application State/com.superlist.superlist.app.savedState",
]
end