homebrew-cask/Casks/boostnote.rb

22 lines
836 B
Ruby

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: '4702612a0187e73b5ff1662866cf94708322c76fa749a2b82943d22a974a7e7e'
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