homebrew-cask/Casks/spotify.rb

8 lines
169 B
Ruby
Raw Normal View History

2012-10-19 22:51:27 +08:00
class Spotify < Cask
url 'http://download.spotify.com/Spotify.dmg'
homepage 'https://www.spotify.com'
version 'latest'
2014-05-08 20:51:31 +08:00
sha256 :no_check
2013-06-01 07:51:31 +08:00
link 'Spotify.app'
2012-10-19 22:51:27 +08:00
end