Browse Source

Since dropbox updates behind the scenes, it now always gets the latest version

Vítor Galvão 12 years ago
parent
commit
245a5fb33d
  1. 6
      Casks/dropbox.rb

6
Casks/dropbox.rb

@ -1,7 +1,7 @@
class Dropbox < Cask class Dropbox < Cask
url 'https://d1ilhw0800yew8.cloudfront.net/client/Dropbox%202.0.10.dmg' url 'https://www.dropbox.com/download?plat=mac'
homepage 'http://www.dropbox.com/' homepage 'http://www.dropbox.com/'
version '2.0.10' version 'latest'
sha1 '75c77b3361d78683fc4bd456922e20ae84d95b60' no_checksum
link :app, 'Dropbox.app' link :app, 'Dropbox.app'
end end

Loading…
Cancel
Save