homebrew-cask/Casks/spotifree.rb

15 lines
531 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'spotifree' do
2015-12-29 03:31:58 +08:00
version '1.6.5'
sha256 'f518a09187bbf1c033e007fbfbd900222d17c7efd103ef239e61bfdec7caaaec'
2015-07-03 04:33:42 +08:00
# github.com is the official download host per the vendor homepage
url "https://github.com/ArtemGordinsky/Spotifree/releases/download/#{version}/Spotifree.dmg"
2015-12-26 04:57:40 +08:00
appcast 'http://spotifree.gordinskiy.com/appcast.xml',
checkpoint: 'd6a27cb240971709d2212be2ae9e69ba229726f1e11200e08e67bd498c834d14'
2015-01-12 02:02:04 +08:00
name 'Spotifree'
2013-10-08 07:44:49 +08:00
homepage 'http://spotifree.gordinskiy.com'
license :oss
2014-09-16 00:06:23 +08:00
app 'Spotifree.app'
2013-10-08 07:44:49 +08:00
end