homebrew-cask/Casks/spotifree.rb

13 lines
388 B
Ruby
Raw Normal View History

2014-11-14 01:27:01 +08:00
cask :v1 => 'spotifree' do
2014-09-17 19:43:03 +08:00
version :latest
sha256 :no_check
2013-10-08 07:44:49 +08:00
url 'http://spotifree.gordinskiy.com/files/Spotifree.dmg'
2014-05-14 21:40:03 +08:00
appcast 'http://spotifree.gordinskiy.com/appcast.xml'
2015-01-12 02:02:04 +08:00
name 'Spotifree'
2013-10-08 07:44:49 +08:00
homepage 'http://spotifree.gordinskiy.com'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-09-16 00:06:23 +08:00
app 'Spotifree.app'
2013-10-08 07:44:49 +08:00
end