mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
10 lines
244 B
Ruby
10 lines
244 B
Ruby
class Rdio < Cask
|
|
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'
|
|
|
|
app 'Rdio.app'
|
|
end
|