cask "tella" do version "1.61.2,174" sha256 "d6edb9a1413d28bfe931058ea0d67be2510a4b55be8c0ffd3a65927624bb8cbb" url "https://mac.tella.tv/Tella-#{version.csv.first}-#{version.csv.second}.dmg" name "Tella" desc "Screen recorder" homepage "https://www.tella.tv/" livecheck do url "https://mac.tella.tv/appcast.xml" strategy :sparkle do |items| items.find { |item| item.channel.nil? }&.nice_version end 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