homebrew-cask/Casks/droplr.rb

16 lines
237 B
Ruby
Raw Normal View History

2015-12-31 04:30:28 +08:00
cask 'droplr' do
version :latest
sha256 :no_check
url 'https://droplr.com/homebrew'
name 'Droplr'
homepage 'https://droplr.com/'
license :gratis
auto_updates true
app 'Droplr.app'
uninstall login_item: 'Droplr'
2015-12-31 04:30:28 +08:00
end