homebrew-cask/Casks/spotify.rb

12 lines
253 B
Ruby
Raw Normal View History

2012-10-19 22:51:27 +08:00
class Spotify < Cask
2014-09-17 19:43:03 +08:00
version :latest
2014-05-08 20:51:31 +08:00
sha256 :no_check
url 'http://download.spotify.com/Spotify.dmg'
homepage 'https://www.spotify.com'
2014-10-13 20:24:07 +08:00
license :gratis
2014-09-16 00:06:23 +08:00
app 'Spotify.app'
2014-09-18 19:58:00 +08:00
zap :delete => '~/Library/Preferences/com.spotify.client.plist'
2012-10-19 22:51:27 +08:00
end