You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
500 B
16 lines
500 B
cask 'dropbox-beta' do
|
|
version '10.3.20'
|
|
sha256 '38f4b1980392ee68030e420e1540be71e7b2db97eb04dd843274a723a8731e0a'
|
|
|
|
# dropboxstatic.com was verified as official when first introduced to the cask
|
|
url "https://clientupdates.dropboxstatic.com/client/Dropbox%20#{version}.dmg"
|
|
name 'Dropbox'
|
|
homepage 'https://www.dropboxforum.com/hc/en-us/community/posts/208785043-Beta-Build-10-3-20'
|
|
license :gratis
|
|
|
|
app 'Dropbox.app'
|
|
|
|
uninstall login_item: 'Dropbox'
|
|
|
|
zap delete: '~/.dropbox'
|
|
end
|
|
|