homebrew-cask/Casks/joplin.rb

20 lines
765 B
Ruby

cask 'joplin' do
version '1.0.195'
sha256 'f5e38ada9c479b0f26538244adf09ff80d70bc90bfd0d8418663a576f37e488b'
# 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"
appcast 'https://github.com/laurent22/joplin/releases.atom'
name 'Joplin'
homepage 'https://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