mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
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.
7 lines
174 B
Ruby
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
|