homebrew-cask/Casks/simplenote.rb

19 lines
732 B
Ruby

cask 'simplenote' do
version '1.20.0'
sha256 'fafa2db48b3652c1afe4677c1d089d4bf9e9ef79b7839d8994e37c24896bd54e'
url "https://github.com/Automattic/simplenote-electron/releases/download/v#{version}/Simplenote-macOS-#{version}.dmg"
appcast 'https://github.com/Automattic/simplenote-electron/releases.atom'
name 'Simplenote'
homepage 'https://github.com/Automattic/simplenote-electron'
app 'Simplenote.app'
zap trash: [
'~/Library/Application Support/Simplenote',
'~/Library/Caches/com.automattic.simplenote',
'~/Library/Caches/com.automattic.simplenote.ShipIt',
'~/Library/Saved Application State/com.automattic.simplenote.savedState',
]
end