mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-20 06:16:57 -06:00
11 lines
268 B
Ruby
11 lines
268 B
Ruby
class Spotifree < Cask
|
|
version :latest
|
|
sha256 :no_check
|
|
|
|
url 'http://spotifree.gordinskiy.com/files/Spotifree.dmg'
|
|
appcast 'http://spotifree.gordinskiy.com/appcast.xml'
|
|
homepage 'http://spotifree.gordinskiy.com'
|
|
license :unknown
|
|
|
|
app 'Spotifree.app'
|
|
end
|