homebrew-cask/Casks/simplenote.rb

19 lines
735 B
Ruby

cask 'simplenote' do
version '1.4.0'
sha256 'b94b9e331064640a625a39ca511a4d37caeb858db8a9ec5a22ab7a0c9d907474'
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 'mac/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