cask "tella" do version "1.35" sha256 "e3a1429055d3fe38fe26a3a2df7ab85058a10840a7c8a59596f9fef7b377a469" url "https://mac.tella.tv/Tella-#{version}.dmg" name "Tella" desc "Screen recorder" homepage "https://www.tella.tv/" livecheck do url "https://mac.tella.tv/appcast.xml" strategy :sparkle, &:short_version end auto_updates true depends_on macos: ">= :ventura" app "Tella.app" zap trash: [ "~/Library/Application Scripts/tv.tella.Tella", "~/Library/Containers/tv.tella.Tella", "~/Library/Preferences/tv.tella.Tella.plist", ] end