cask "qownnotes" do version "25.7.3" sha256 "e2533155b633be7ac62c3b592710ba56e1bb5c4f9d399e47fa8dde39bd3150d2" url "https://github.com/pbek/QOwnNotes/releases/download/v#{version}/QOwnNotes.dmg", verified: "github.com/pbek/QOwnNotes/" name "QOwnNotes" desc "Plain-text file notepad and todo-list manager" homepage "https://www.qownnotes.org/" livecheck do url :url strategy :github_latest end auto_updates true depends_on macos: ">= :high_sierra" app "QOwnNotes.app" zap trash: [ "~/Library/Preferences/com.pbe.QOwnNotes.plist", "~/Library/Saved Application State/com.PBE.QOwnNotes.savedState", ] caveats do requires_rosetta end end