cask "fellow" do version "1.4.48" sha256 "d15d98e69b18159654c2ff7fa3a73fcd1fddff32a9b32076928e673d06f513d1" url "https://cdn.fellow.app/desktop/#{version}/darwin/stable/universal/Fellow-#{version}-universal.dmg" name "Fellow" desc "Collaborative meeting agendas, notes, and action items" homepage "https://fellow.app/" livecheck do url "https://fellow.app/desktop/download/darwin/latest/" strategy :header_match end auto_updates true depends_on macos: ">= :catalina" app "Fellow.app" zap trash: [ "~/Library/Application Support/Fellow", "~/Library/Preferences/com.electron.fellow.plist", ] end