cask "multiapp" do version "0.335.0" sha256 "21913101c8fc63c9d4a2467f784adff226c13ca582c28ad395b1a129fda25ea4" url "https://updates.multi.app/installers/Multi%20#{version}.dmg" name "Multi" desc "Multiplayer Collaboration" homepage "https://www.multi.app/" livecheck do url "https://updates.multi.app/installers/appcast.xml" strategy :sparkle, &:short_version end auto_updates true depends_on macos: ">= :monterey" app "Multi.app" zap trash: [ "~/Library/Application Support/Multi", "~/Library/Caches/app.multi.multi", "~/Library/Preferences/app.multi.multi.plist", ] end