homebrew-cask-versions/Casks/dropbox.rb
David Edmondson fe7504fee8 dropbox: Download the full installer.
Dropbox changed the URL previously used such that it now downloads a
meta-installer. Modify the URL to ensure that the full .dmg is acquired.

Based on information from https://github.com/autopkg/recipes/issues/35.
2014-01-08 06:28:40 +00:00

7 lines
174 B
Ruby

class Dropbox < Cask
url 'https://www.dropbox.com/download?plat=mac&full=1'
homepage 'https://www.dropbox.com/'
version 'latest'
no_checksum
link 'Dropbox.app'
end