homebrew-cask-versions/Casks/spotify.rb
phinze 2869abebe9 add link param to spotify
prevents linking "Relauncher.app"
2013-04-19 10:30:24 -05:00

8 lines
171 B
Ruby

class Spotify < Cask
url 'http://download.spotify.com/Spotify.dmg'
homepage 'https://www.spotify.com'
version 'stable'
no_checksum
link :app, 'Spotify.app'
end