cask "reverso" do version "2.15.2,657" sha256 "256f2163f16eb8fc19d612802f09c0421908ee8ae68f943907337329f5977246" url "https://cdn.reverso.net/download/reverso/desktop/macos/distrib/Reverso_#{version.csv.first}.#{version.csv.second}.zip" name "Reverso" desc "Text translation application" homepage "https://context.reverso.net/translation/windows-mac-app" livecheck do url "https://cdn.reverso.net/download/reverso/desktop/macos/appcast.xml" strategy :sparkle end auto_updates true depends_on macos: ">= :high_sierra" app "Reverso.app" uninstall quit: "com.softissimo.ReversoContext.macosapp" zap trash: [ "~/Library/Application Scripts/com.softissimo.ReversoContext.*", "~/Library/Application Scripts/group.com.softissimo.ReversoExchange", "~/Library/Caches/com.softissimo.ReversoContext.macosapp", "~/Library/Containers/com.softissimo.ReversoContext.*", "~/Library/Group Containers/group.com.softissimo.ReversoExchange", "~/Library/Preferences/com.softissimo.ReversoContext.macosapp.plist", ] end