excalidrawz 1.2.5
[Homebrew/homebrew-cask.git] / Casks / n / notes-better.rb
blob72419c817daa4358376b61e5bb6d92bb80da3fd0
1 cask "notes-better" do
2   version "2.3.1"
3   sha256 "c89fde7f77137c3d19170191c775b3ce097021d3d74741429d166b7f9686e272"
5   url "https://github.com/nuttyartist/notes/releases/download/v#{version}/Notes.#{version}.dmg",
6       verified: "github.com/nuttyartist/notes/"
7   name "Notes"
8   desc "Simple note-taking app for markdown and kanban"
9   homepage "https://get-notes.com/"
11   depends_on macos: ">= :catalina"
13   app "Notes Better.app"
15   zap trash: [
16     "~/Library/Caches/Notes",
17     "~/Library/Preferences/io.github.nuttyartist.notes.plist",
18     "~/Library/Saved Application State/io.github.nuttyartist.notes.savedState",
19   ]
20 end