homebrew-cask/Casks/flash-player.rb

19 lines
655 B
Ruby

cask :v1 => 'flash-player' do
version '18.0.0.203'
sha256 'ce7c468e17b6dfbb37e074c3a6941a5fd19755d7093a85d78c51e5b5e14caae8'
# macromedia.com is the official download host per the vendor homepage
url "https://fpdownload.macromedia.com/pub/flashplayer/updaters/#{version.to_i}/flashplayer_#{version.to_i}_sa.dmg"
name 'Adobe Flash Player'
homepage 'https://www.adobe.com/support/flashplayer/downloads.html'
license :gratis
tags :vendor => 'Adobe'
app 'Flash Player.app'
zap :delete => [
'~/Library/Caches/Adobe/Flash Player',
'~/Library/Logs/FlashPlayerInstallManager.log',
]
end