cut v0.52.1
[Homebrew/homebrew-cask-versions.git] / Casks / spotify.rb
blob62a32100ce3efa29bf0a6fd3a1a2e64a9add9a60
1 cask :v1 => 'spotify' do
2   version :latest
3   sha256 :no_check
5   url 'http://download.spotify.com/Spotify.dmg'
6   name 'Spotify'
7   homepage 'https://www.spotify.com'
8   license :gratis
10   app 'Spotify.app'
12   uninstall :launchctl => 'com.spotify.webhelper'
14   zap :delete => [
15                   '~/Library/Application Support/Spotify',
16                   '~/Library/Preferences/com.spotify.client.plist',
17                   '~/Library/Caches/com.spotify.client',
18                   '~/Library/Logs/Spotify'
19                  ]
20 end