cask 'boostnote' do version '0.8.11' sha256 '2a3d6a934b40a40729109dd5977f6b900f784a33e3ecdada048192fe99fd21a2' # github.com/BoostIO/boost-releases was verified as official when first introduced to the cask url "https://github.com/BoostIO/boost-releases/releases/download/v#{version}/Boostnote-mac.dmg" appcast 'https://github.com/BoostIO/boost-releases/releases.atom', checkpoint: '03445af0e25f85979dfc442881094dbaacaa57fc72ff816db50797ea369254bf' name 'Boostnote' homepage 'https://boostnote.io/' depends_on macos: '>= :mavericks' app 'Boostnote.app' zap delete: [ '~/Library/Preferences/com.maisin.boost.plist', '~/Library/Preferences/com.maisin.boost.helper.plist', '~/Library/Saved Application State/com.maisin.boost.savedState', ] end