homebrew-cask/Casks/spotifree.rb

14 lines
547 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'
2016-03-08 02:14:05 +08:00
# github.com/ArtemGordinsky/Spotifree was verified as official when first introduced to the cask
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'
2016-03-08 02:14:05 +08:00
homepage 'http://spotifree.gordinskiy.com/'
2014-09-16 00:06:23 +08:00
app 'Spotifree.app'
2013-10-08 07:44:49 +08:00
end