mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-19 14:26:46 -06:00
each of these is verified: the current sha1 and the new sha256 are both correct for the given download.
7 lines
248 B
Ruby
7 lines
248 B
Ruby
class Sonos < Cask
|
|
url 'http://update.sonos.com/software/mac/mdcr/SonosDesktopController42.dmg'
|
|
homepage 'http://www.sonos.com/'
|
|
version '4.2'
|
|
sha256 '91c4d7568e34c74406efdd7ed9678a83cded4e61b61fb657242fe53fc492bc9d'
|
|
link 'Sonos.app'
|
|
end
|