homebrew-cask-versions/Casks/amazon-music.rb
Shaun Walbridge 6ce3d68a30 Change to gratis license
As [per discussion](https://github.com/caskroom/homebrew-cask/pull/9737#issuecomment-75617191) with @Amorymeltzer, this is the more appropriate license -- the binary is still free.
2015-02-23 19:16:38 -05:00

11 lines
452 B
Ruby

cask :v1 => 'amazon-music' do
version '3.6.0.361'
sha256 '193bb6880d70a0b8407e0384e56dae10c209e5405a7d8807fdcd5a0368105eef'
url 'https://images-na.ssl-images-amazon.com/images/G/01/digital/music/morpho/installers/20141015/224318ebff/AmazonMusicInstaller.dmg'
name 'Amazon Music'
homepage 'https://www.amazon.com/gp/feature.html/ref=dm_mo_cpw_fb_lm?docId=1001067901'
license :gratis
installer :manual => 'Amazon Music Installer.app'
end