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.
 
 

22 lines
780 B

cask 'skype7' do
version '7.59.37'
sha256 '5d5d6811dcb0727c478d198cb24b99317dd10db0e55d81601d77285434f8cf1d'
url "https://download.skype.com/macosx/bf9ccdd6b5b079049ff5a87419033ce3/Skype_#{version}.dmg"
name 'Skype'
homepage 'https://www.skype.com/en/get-skype/'
auto_updates true
conflicts_with cask: 'skype'
app 'Skype.app'
zap trash: [
'~/Library/Application Support/Skype',
'~/Library/Caches/com.plausiblelabs.crashreporter.data/com.skype.skype',
'~/Library/Caches/com.skype.skype',
'~/Library/Preferences/com.skype.skype.plist',
'~/Library/Preferences/com.skype.skypewifi.plist',
'~/Library/Saved Application State/com.skype.skype.savedState',
]
end