homebrew-cask/Casks/joplin.rb

20 lines
764 B
Ruby
Raw Normal View History

cask 'joplin' do
2018-06-22 09:05:40 +08:00
version '1.0.103'
sha256 '0f2c51cc054cda546c5b22bd014682522a90df45ebfe572f2a40d81646371f26'
# github.com/laurent22/joplin was verified as official when first introduced to the cask
url "https://github.com/laurent22/joplin/releases/download/v#{version}/Joplin-#{version}.dmg"
2018-06-12 22:37:26 +08:00
appcast 'https://github.com/laurent22/joplin/releases.atom'
name 'Joplin'
homepage 'http://joplin.cozic.net/'
app 'Joplin.app'
zap trash: [
'~/Library/Application Support/Joplin',
'~/Library/Preferences/net.cozic.joplin-desktop.helper.plist',
'~/Library/Preferences/net.cozic.joplin-desktop.plist',
'~/Library/Saved Application State/net.cozic.joplin-desktop.savedState',
]
end