homebrew-cask/Casks/boostnote.rb

29 lines
1.0 KiB
Ruby
Raw Normal View History

2016-08-09 15:01:19 +08:00
cask 'boostnote' do
2018-05-25 21:07:22 +08:00
version '0.11.5'
sha256 '2bad9217d23570de1ff377e2670510d8f9c6bd0f12fe2d581aec2986b7bff115'
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',
2018-05-25 21:07:22 +08:00
checkpoint: '516f348c63bda80f8b01c2334e187c81589f1f2ee8930812edf804d6994e7f2e'
2016-08-09 15:01:19 +08:00
name 'Boostnote'
homepage 'https://boostnote.io/'
2016-08-09 15:01:19 +08:00
auto_updates true
2016-08-09 15:01:19 +08:00
depends_on macos: '>= :mavericks'
app 'Boostnote.app'
uninstall signal: [
['TERM', 'com.maisin.boost.helper'],
['TERM', 'com.maisin.boost'],
]
2017-11-18 17:38:07 +08:00
zap trash: [
'~/Library/Application Support/boost',
'~/Library/Preferences/com.maisin.boost.plist',
'~/Library/Preferences/com.maisin.boost.helper.plist',
'~/Library/Saved Application State/com.maisin.boost.savedState',
]
2016-08-09 15:01:19 +08:00
end