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