homebrew-cask/Casks/standard-notes.rb

24 lines
1007 B
Ruby

cask 'standard-notes' do
version '3.4.1'
sha256 'c667f25725b0990d87c238c879b215152c312d8f18026793fe37e24a60a24d71'
# 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'
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