homebrew-cask/Casks/amazon-music.rb

16 lines
532 B
Ruby
Raw Normal View History

class AmazonMusic < Cask
2014-08-18 08:18:04 +08:00
version '3.2'
sha256 'fc003860aceaa3cb4200d9f4e66794fda654dd1db4fa646a88e79502547728a3'
2014-08-18 08:18:04 +08:00
url 'https://images-na.ssl-images-amazon.com/images/G/01/digital/music/morpho/installers/20140722/2032026e85/AmazonMusicInstaller.dmg'
homepage 'https://www.amazon.com/gp/feature.html/ref=dm_mo_cpw_fb_lm?docId=1001067901'
2014-10-01 23:32:27 +08:00
license :unknown
caskroom_only true
2014-09-09 20:55:26 +08:00
postflight do
system '/usr/bin/sudo', '-E', '--',
"#{destination_path}/Amazon Music Installer.app/Contents/MacOS/osx-intel"
end
end