homebrew-cask/Casks/boostnote.rb

22 lines
835 B
Ruby

cask 'boostnote' do
version '0.8.9'
sha256 '5eb25597dc37b6726ee52e64bac1ef95d9473165eed4481369322ee880dcdee2'
# 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: '901a7e7e0da3985c427a6947be0a40bdc772f407bc9d9be0ead2cf7c1df4c17e'
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