cask :v1 => 'flash-player' do version '16.0.0.296' sha256 'cf22b52c71d35ef47ff956e3aca4f91cc3e0569bee440716680cdf2278bc7097' # 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 :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder tags :vendor => 'Adobe' app 'Flash Player.app' zap :delete => [ '~/Library/Caches/Adobe/Flash Player', '~/Library/Logs/FlashPlayerInstallManager.log', ] end