homebrew-cask/Casks/boostnote.rb

22 lines
836 B
Ruby
Raw Normal View History

2016-08-09 15:01:19 +08:00
cask 'boostnote' do
2017-06-26 13:24:16 +08:00
version '0.8.11'
sha256 '2a3d6a934b40a40729109dd5977f6b900f784a33e3ecdada048192fe99fd21a2'
2016-08-09 15:01:19 +08:00
# 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',
2017-07-27 09:19:31 +08:00
checkpoint: '4702612a0187e73b5ff1662866cf94708322c76fa749a2b82943d22a974a7e7e'
2016-08-09 15:01:19 +08:00
name 'Boostnote'
homepage 'https://boostnote.io/'
2016-08-09 15:01:19 +08:00
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