homebrew-cask/Casks/spotifree.rb

9 lines
249 B
Ruby
Raw Normal View History

2013-10-08 07:44:49 +08:00
class Spotifree < Cask
url 'http://spotifree.gordinskiy.com/files/Spotifree.dmg'
2014-05-14 21:40:03 +08:00
appcast 'http://spotifree.gordinskiy.com/appcast.xml'
2013-10-08 07:44:49 +08:00
homepage 'http://spotifree.gordinskiy.com'
version 'latest'
2014-05-08 20:51:31 +08:00
sha256 :no_check
2013-10-08 07:44:49 +08:00
link 'Spotifree.app'
end