homebrew-cask/Casks/spotify.rb

8 lines
169 B
Ruby

class Spotify < Cask
url 'http://download.spotify.com/Spotify.dmg'
homepage 'https://www.spotify.com'
version 'latest'
sha256 :no_check
link 'Spotify.app'
end