homebrew-cask/Casks/simplenote.rb

19 lines
731 B
Ruby

cask 'simplenote' do
version '1.1.5'
sha256 '7e3e75e50a8aaa0cf9a9ef1dc341c5961dbbcf77f65d34d1f31d90536a7863ee'
url "https://github.com/Automattic/simplenote-electron/releases/download/v#{version}/Simplenote-macOS-#{version}.zip"
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