homebrew-cask/Casks/flash.rb

13 lines
566 B
Ruby
Raw Normal View History

2013-10-08 11:55:02 +08:00
class Flash < Cask
2014-06-11 22:51:49 +08:00
version '14.0.0.125'
sha256 '30fe1064b2b4864afd5adf26c08981c8d5351a507fbcc3fc5f2bb6ef7e352384'
url 'https://download.macromedia.com/pub/flashplayer/installers/archive/fp_14.0.0.125_archive.zip'
homepage 'http://get.adobe.com/flashplayer/'
2014-06-11 22:51:49 +08:00
nested_container 'fp_14.0.0.125_archive/14_0_r0_125/flashplayer14_0r0_125_mac.dmg'
2013-10-08 11:55:02 +08:00
install 'Install Adobe Flash Player.app/Contents/Resources/Adobe Flash Player.pkg'
uninstall :pkgutil => 'com.adobe.pkg.FlashPlayer',
:files => '/Library/Internet Plug-Ins/Flash Player.plugin'
2013-10-08 11:55:02 +08:00
end