homebrew-cask/Casks/boostnote.rb

22 lines
830 B
Ruby
Raw Normal View History

2016-08-09 15:01:19 +08:00
cask 'boostnote' do
2016-10-18 07:59:18 +08:00
version '0.7.1'
sha256 'f8fd7e2ec544a7fbc8bb627a7349555c00ee800f7ed7a522c1bacdf7af31962f'
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',
2016-10-18 07:59:18 +08:00
checkpoint: '2aff9d48ba3431e3b0e22758a0720e873168709f7508bd4b9b7abb4f7bd62840'
2016-08-09 15:01:19 +08:00
name 'Boostnote'
homepage 'https://b00st.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