cask :v1 => 'flash-player' do version '16.0.0.305' sha256 '97de37554de73492c0c13b5ffa8f6eb13e853f50b0bdcf565b16b0b024a6593c' # 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