cask "ente" do version "1.7.14" sha256 "4df8b45114e4e07ad42650443c867e483431938fad457f768934fd125dac6cb2" url "https://github.com/ente-io/photos-desktop/releases/download/v#{version}/ente-#{version}-universal.dmg", verified: "github.com/ente-io/photos-desktop/" name "Ente" desc "Desktop client for Ente Photos" homepage "https://ente.io/" livecheck do url :url strategy :github_latest end auto_updates true depends_on macos: ">= :big_sur" app "ente.app" zap trash: [ "~/Library/Application Support/ente", "~/Library/Logs/ente", "~/Library/Preferences/io.ente.bhari-frame.helper.plist", "~/Library/Preferences/io.ente.bhari-frame.plist", "~/Library/Saved Application State/io.ente.bhari-frame.savedState", ] end