cask "poedit" do version "3.3.1" sha256 "7578479f3c8b7a36970144d9e200cc8c55ba7413366371e416cfbafbceb48ca8" url "https://download.poedit.net/Poedit-#{version}.zip" name "Poedit" desc "Translation editor" homepage "https://poedit.net/" livecheck do url "https://poedit.net/updates_v2/osx/appcast" strategy :sparkle, &:short_version end auto_updates true depends_on macos: ">= :high_sierra" app "Poedit.app" zap trash: [ "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/net.poedit.poedit.sfl2", "~/Library/Application Support/Poedit", "~/Library/Caches/net.poedit.Poedit", "~/Library/HTTPStorages/net.poedit.Poedit.binarycookies", "~/Library/Preferences/net.poedit.Poedit.cfg", "~/Library/Preferences/net.poedit.Poedit.plist", "~/Library/Saved Application State/net.poedit.Poedit.savedState", ] end