From 939b167a783eb71d4b1bff734a283b1b2be8c8ad Mon Sep 17 00:00:00 2001 From: Carter Awbrey <94002456+cawbrey@users.noreply.github.com> Date: Mon, 4 Dec 2023 19:37:36 -0600 Subject: [PATCH] Added Notes Better v2.2.1 I've created a new cask for nuttyartist/notes --- Casks/n/notes-better.rb | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 Casks/n/notes-better.rb diff --git a/Casks/n/notes-better.rb b/Casks/n/notes-better.rb new file mode 100644 index 0000000000..f3530009ef --- /dev/null +++ b/Casks/n/notes-better.rb @@ -0,0 +1,26 @@ +cask "notes-better" do + version "2.2.1" + sha256 "8148f8239abc5352e8abc9adac181f109994c616ff652d505e93b341c94138aa" + + url "https://github.com/nuttyartist/notes/releases/download/v#{version}/Notes.#{version}.dmg", + verified: "github.com/nuttyartist/notes/" + name "Notes" + desc "Simple note-taking app for markdown and kanban" + homepage "https://get-notes.com/" + + livecheck do + url :url + strategy :github_latest + end + + depends_on macos: ">= :catalina" + + app "Notes Better.app" + + zap trash: [ + "~/Library/Saved Application State/io.github.nuttyartist.notes.savedState", + "~/Library/Preferences/io.github.nuttyartist.notes.plist", + "~/Library/Caches/Notes", + "~/.config/Awesomeness", + ] +end