homebrew-cask/Casks/flash-player.rb

18 lines
617 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'flash-player' do
version '21.0.0.242'
sha256 'ca1f325e3163282e3fa86c451792ec0c03b2ac9e3e5a0e80d451d3c95e84a5df'
# macromedia.com was verified as official when first introduced to the cask
2014-10-23 22:18:38 +08:00
url "https://fpdownload.macromedia.com/pub/flashplayer/updaters/#{version.to_i}/flashplayer_#{version.to_i}_sa.dmg"
2015-01-12 02:07:29 +08:00
name 'Adobe Flash Player'
homepage 'https://www.adobe.com/support/flashplayer/downloads.html'
license :gratis
2014-09-16 00:05:34 +08:00
app 'Flash Player.app'
2014-10-11 22:26:56 +08:00
zap delete: [
'~/Library/Caches/Adobe/Flash Player',
'~/Library/Logs/FlashPlayerInstallManager.log',
]
end