mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 14:26:45 -06:00
Changed Rdio's license information to "gratis". It's debatably freemium. I looked at Spotify, which has a similar model, for precedent about this.
11 lines
265 B
Ruby
11 lines
265 B
Ruby
cask :v1 => 'rdio' do
|
|
version :latest
|
|
sha256 :no_check
|
|
|
|
url 'https://www.rdio.com/media/static/desktop/mac/Rdio.dmg'
|
|
appcast 'http://www.rdio.com/media/static/desktop/mac/appcast.xml'
|
|
homepage 'http://www.rdio.com'
|
|
license :gratis
|
|
|
|
app 'Rdio.app'
|
|
end
|