homebrew-cask/Casks/standard-notes.rb

25 lines
994 B
Ruby

cask "standard-notes" do
version "3.5.11"
sha256 "d6bd2c3bcaefbb606f8be28b41848348ba8551066f5e0efc3f1156d611680296"
# github.com/standardnotes/desktop/ was verified as official when first introduced to the cask
url "https://github.com/standardnotes/desktop/releases/download/v#{version}/Standard-Notes-#{version}-mac.zip"
appcast "https://github.com/standardnotes/desktop/releases.atom"
name "Standard Notes"
desc "Free, open-source, and completely encrypted notes app"
homepage "https://standardnotes.org/"
auto_updates true
app "Standard Notes.app"
zap trash: [
"~/Library/Application Support/Standard Notes",
"~/Library/Caches/org.standardnotes.standardnotes",
"~/Library/Caches/org.standardnotes.standardnotes.ShipIt",
"~/Library/Preferences/org.standardnotes.standardnotes.plist",
"~/Library/Preferences/org.standardnotes.standardnotes.helper.plist",
"~/Library/Saved Application State/org.standardnotes.standardnotes.savedState",
]
end