cask "ente-auth" do version "4.4.0" sha256 "698a727f103a1d00ef646f3fa6f74a0f7850bea1235054ec2f3fbc9ad54b7ce1" url "https://github.com/ente-io/ente/releases/download/auth-v#{version}/ente-auth-v#{version}.dmg", verified: "github.com/ente-io/ente/" name "Ente Auth" desc "Desktop client for Ente Auth" homepage "https://ente.io/auth/" livecheck do url :url regex(/^auth[._-]v?(\d+(?:\.\d+)+)$/i) strategy :github_releases end depends_on macos: ">= :mojave" app "Ente Auth.app" zap trash: [ "~/Library/Application Scripts/io.ente.auth.mac", "~/Library/Containers/io.ente.auth.mac", ] end