homebrew-cask/Casks/boostnote.rb

22 lines
835 B
Ruby
Raw Normal View History

2016-08-09 15:01:19 +08:00
cask 'boostnote' do
2017-03-21 02:27:49 +08:00
version '0.8.7'
sha256 'c04a17c97426ccb4c780c45469f5f4e9f2a4d5af7afcbea099a89a1d1ef36f8b'
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-03-21 02:27:49 +08:00
checkpoint: 'a92d744121e88bb9f117fde6c4ab8dabf99ef1050283d4122d96493cd1014b12'
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