homebrew-cask/Casks/boostnote.rb

22 lines
835 B
Ruby

cask 'boostnote' do
version '0.8.5'
sha256 'ae026b80997ecdcb77d6c1151644303d90f5bb807c5ddffd3453ab2f9f9e24a2'
# 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: '64ff760f4a20aedbb5a9870a3e96f341f4d87288f923e6182afd5f17c738b44d'
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