cask "vnote" do version "3.19.2" sha256 "404ef3a753429cc63a37b114a9c7d7c711b43a6fd7987748acc4760126a12e15" url "https://github.com/vnotex/vnote/releases/download/v#{version}/VNote-#{version}-mac-universal.zip", verified: "github.com/vnotex/vnote/" name "VNote" desc "Note-taking platform" homepage "https://vnotex.github.io/vnote/" depends_on macos: ">= :monterey" app "VNote.app" zap trash: [ "~/Library/Application Support/VNote", "~/Library/Preferences/com.vnotex.vnote.plist", "~/Library/Preferences/VNote", ] end