cask "fsnotes" do version "6.9.7" sha256 "39dd506603f84cd192d84248d57ad36ab0824529ce560d443b3dcf1f8959af5f" 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 app "FSNotes.app" zap trash: [ "~/Library/Application Scripts/co.fluder.FSNotes", "~/Library/Containers/co.fluder.FSNotes", ] end