homebrew-cask/Casks/joplin.rb

21 lines
853 B
Ruby

cask 'joplin' do
version '1.0.93'
sha256 '9fd6db79094cd3d0c3e1b8ece679d0461d303bb1e518e14af575b5d8a47f58ac'
# 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',
checkpoint: 'cf4cf721e0efc32a54cc0cd5a1a31813e6ac5971136a9329391913955ff9114b'
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