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.
26 lines
1.1 KiB
26 lines
1.1 KiB
cask 'dropbox-beta' do
|
|
version '22.3.22'
|
|
sha256 'a95302a1c03e3cace2b64eab74be0049f3717f435ccd57276d32a7022f8ed07b'
|
|
|
|
# clientupdates.dropboxstatic.com was verified as official when first introduced to the cask
|
|
url "https://clientupdates.dropboxstatic.com/client/Dropbox%20#{version}.dmg"
|
|
appcast 'https://www.dropbox.com/release_notes/rss.xml',
|
|
checkpoint: '2794637a8b028d903f0d27432291dce968886923a86325994156cf1206edec80'
|
|
name 'Dropbox'
|
|
homepage 'https://www.dropboxforum.com/t5/Desktop-client-builds/bd-p/101003016'
|
|
|
|
app 'Dropbox.app'
|
|
|
|
uninstall login_item: 'Dropbox'
|
|
|
|
zap delete: [
|
|
'~/.dropbox',
|
|
'~/Library/Application Scripts/com.getdropbox.dropbox.garcon',
|
|
'~/Library/Caches/CloudKit/com.apple.bird/iCloud.com.getdropbox.Dropbox',
|
|
'~/Library/Caches/com.getdropbox.dropbox',
|
|
'~/Library/Containers/com.getdropbox.dropbox.garcon',
|
|
'~/Library/Group Containers/com.getdropbox.dropbox.garcon',
|
|
'~/Library/Logs/Dropbox_debug.log',
|
|
'/Library/DropboxHelperTools',
|
|
]
|
|
end
|
|
|