cask 'joplin' do version '1.0.167' sha256 '0f6235d9bfb49e6874078edf8828f576a4df682d13955f5e4857d321ab8efb60' # 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