homebrew-cask/Casks/bloom.rb

14 lines
261 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'bloom' do
2015-07-01 01:28:52 +08:00
version :latest
sha256 :no_check
url 'https://thebloomapp.com/dn/Bloom.pkg'
name 'Bloom'
homepage 'https://thebloomapp.com/features/'
license :commercial
pkg 'Bloom.pkg'
uninstall pkgutil: 'com.sadcatsoft.bloom.Bloom.pkg'
2015-07-01 01:28:52 +08:00
end