cask "readest" do version "0.9.62" sha256 "6105e8a0c1bc5f594b08aaa196b271513e73f45909723f53f9c67b59c02716f0" url "https://github.com/readest/readest/releases/download/v#{version}/Readest_#{version}_universal.dmg", verified: "github.com/readest/readest/" name "Readest" desc "Ebook reader" homepage "https://readest.com/" livecheck do url :url strategy :github_latest end depends_on macos: ">= :monterey" app "Readest.app" zap trash: [ "~/Library/Application Support/com.bilingify.readest", "~/Library/Caches/com.bilingify.readest", "~/Library/Caches/readest", "~/Library/Preferences/com.bilingify.readest.plist", "~/Library/WebKit/com.bilingify.readest", "~/Library/WebKit/readest", ] end