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
498 B
16 lines
498 B
cask 'dropbox-beta' do
|
|
version '7.3.29'
|
|
sha256 'b895827a9c0bce54a169048ae845a0602262c4fdff54b0c6cece8980ee579f44'
|
|
|
|
# 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/206689743-Beta-Build-7-3-29'
|
|
license :gratis
|
|
|
|
app 'Dropbox.app'
|
|
|
|
uninstall login_item: 'Dropbox'
|
|
|
|
zap delete: '~/.dropbox'
|
|
end
|
|
|