cask "discord@ptb" do version "0.0.181" sha256 "435e775f4f1cad1a5764c32034361b0031e72fb32204f09a909c507bc3e5d14a" url "https://dl-ptb.discordapp.net/apps/osx/#{version}/DiscordPTB.dmg", verified: "dl-ptb.discordapp.net/apps/osx/" name "Discord PTB" desc "Voice and text chat software" homepage "https://discord.com/" livecheck do url "https://discord.com/api/download/ptb?platform=osx" strategy :header_match end auto_updates true depends_on macos: ">= :catalina" app "Discord PTB.app" zap trash: [ "~/Library/Application Support/com.hnc.DiscordPTB.ShipIt", "~/Library/Application Support/discordptb", "~/Library/Caches/com.hnc.DiscordPTB", "~/Library/Preferences/com.hnc.DiscordPTB.plist", "~/Library/Saved Application State/com.hnc.DiscordPTB.savedState", ] end