cask "fsnotes" do version "6.10.2" sha256 "2ead29b61e49cddb74908f45ba806542664d743c8979359bb88149e8c674119f" url "https://github.com/glushchenko/fsnotes/releases/download/#{version}/FSNotes_#{version}.zip", verified: "github.com/glushchenko/fsnotes/" name "FSNotes" desc "Notes manager" homepage "https://fsnot.es/" livecheck do url :url strategy :github_latest end depends_on macos: ">= :mojave" app "FSNotes.app" zap trash: [ "~/Library/Application Scripts/co.fluder.FSNotes", "~/Library/Containers/co.fluder.FSNotes", ] end